search for: noconfigdirs

Displaying 3 results from an estimated 3 matches for "noconfigdirs".

2007 Dec 27
2
[LLVMdev] llvm-gcc-4.2 and gfortran
Anton, Doh! It appears that *-*-darwin* is preset in configure to not build libgfortran... # APPLE LOCAL end ARM darwin target powerpc-*-darwin* | i[3456789]86-*-darwin*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" noconfigdirs="$noconfigdirs sim target-rda" # LLVM LOCAL begin noconfigdirs="$noconfigdirs target-boehm-gc target-libffi" noconfigdirs="$noconfigdirs target-libgfortran target-libjava"...
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...cc-4.2-r45367 << Homepage: http://llvm.org/ Maintainer: Jack Howarth <howarth at bromo.med.uc.edu> << --- llvm-gcc-4.2-r45367.org/configure 2007-12-27 14:08:30.000000000 -0500 +++ llvm-gcc-4.2-r45367/configure 2007-12-27 14:09:33.000000000 -0500 @@ -1224,7 +1224,7 @@ noconfigdirs="$noconfigdirs sim target-rda" # LLVM LOCAL begin noconfigdirs="$noconfigdirs target-boehm-gc target-libffi" - noconfigdirs="$noconfigdirs target-libgfortran target-libjava" + noconfigdirs="$noconfigdirs target-libjava" noconfigdirs=&quot...
2007 Dec 27
0
[LLVMdev] llvm-gcc-4.2 and gfortran
...rs that *-*-darwin* is preset in configure to > not build libgfortran... Ah, that should certainly be fixed. Please send in the obvious patch to the llvm-commits list (after verifying that it doesn't break the c/c ++/objc build), thanks Jack! > I'll try removing libgfortran from noconfigdirs. Also, I am using > the llvm-gcc-4.2 > sources that I pulled with... > > svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk llvm- > gcc-4.2 > > and these are currently at revision 45366. Are these the same > sources that you > are using? Yep, that should be...