search for: asm_spec

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

Did you mean: add_spec
2005 Mar 12
0
[LLVMdev] More errors :(
...file : /home/myuser/llvm-gcc/gcc/configure.in Line 1964 - elif AC_TRY_COMMAND($gcc_cv_as -o conftest.o <--traditional-format> /dev/null); then Found 1 occurrences. Processing file : /home/myuser/llvm-gcc/gcc/gcc.c Line 1715 - /* Prepend "<--traditional-format>" to whatever asm_spec we had before. */ Line 1717 - static const char tf[] = "<--traditional-format> "; Found 2 occurrences. ======================= Is it ok to remove that flag? Do I need to run configure again? Thanks! __________________________________ Do you Yahoo!? Yahoo! Small Busines...
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)); > >