From 689914a5b2f10e62575fd77f5fdfae338609dcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 28 Apr 2010 12:37:02 +0000 Subject: [PATCH] update-gcc.sh: Add support for Ada. svn path=/nixpkgs/trunk/; revision=21401 --- pkgs/development/compilers/gcc-4.4/update-gcc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/gcc-4.4/update-gcc.sh b/pkgs/development/compilers/gcc-4.4/update-gcc.sh index d4fff825f61..c93035296fc 100755 --- a/pkgs/development/compilers/gcc-4.4/update-gcc.sh +++ b/pkgs/development/compilers/gcc-4.4/update-gcc.sh @@ -20,16 +20,17 @@ options["core"]="/* langC */ true" options["g++"]="langCC" options["fortran"]="langFortran" options["java"]="langJava" +options["ada"]="langAda" cat > "$out"<