search for: gcc_cv_as

Displaying 2 results from an estimated 2 matches for "gcc_cv_as".

2005 Mar 12
0
[LLVMdev] More errors :(
...; gmake[1]: *** [libgcc.a] Error 2 gmake[1]: Leaving directory `/home/myuser/LLVM/objdir/gcc' gmake: *** [all-gcc] Error 2 ======================= I found --traditional-format here: ======================= Processing file : /home/myuser/llvm-gcc/gcc/configure Line 6444 - elif { ac_try='$gcc_cv_as -o conftest.o <--traditional-format> /dev/null'; { (eval echo configure:6445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then Found 1 occurrences. Processing file : /home/myuser/llvm-gcc/gcc/configure.in Line 1964 - elif AC_TRY_COMMAND($gcc_cv_as -o conftest.o...
2005 Mar 12
2
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
Yes, sorry for not mentioning it. I added that header also Although I suppose that if I am not using Sparc there will be no problem (it's an Itanium 2 machine) Thanks --- Chris Lattner <sabre at nondot.org> wrote: > On Sat, 12 Mar 2005, xavier wrote: > > > I commented this line and it is compiling now: > > > > extern void *malloc ARGS((unsigned)); > >