http://llvm.org/bugs/show_bug.cgi?id=4005
Bob Wilson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Bob Wilson <[email protected]> 2009-04-20 13:54:05 --- I'm not sure what you mean by "little-endian ARM with EBI" (even assuming you meant to type "EABI"), but judging from the path shown in your description, you configured with a target triple of "armv7l-linux-gnu". If you look at the llvm-gcc sources in gcc/config.gcc, you should see that linux-eabi.h is only included if the target matches the following pattern: arm*-*-linux-*eabi If you configure llvm-gcc with a target triple that matches that pattern, it should do what you want. Hopefully that answers your question. If there is something more subtle going on and you still think it is a bug, I'd be glad to take another look. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
