[llvm-commits] [llvm-gcc-4.0] r41966 - /llvm-gcc-4.0/trunk/configure

Chris Lattner clattner at apple.com
Fri Sep 14 15:31:46 PDT 2007


> @@ -1269,10 +1269,6 @@
>    arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
>      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
>      ;;
> -   arm*-*-linux-gnueabi)
> -    noconfigdirs="$noconfigdirs target-libffi target-qthreads"
> -    noconfigdirs="$noconfigdirs target-libjava target-libobjc"
> -    ;;

FYI, Lauro, it looks like the linux-gnueabi portion here isn't in  
configure.in, only in configure.  If it is important, please add it  
to both again, thanks!

-Chris



More information about the llvm-commits mailing list