[LLVMbugs] [Bug 4005] wrong arm abi selected

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Apr 20 11:54:06 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4005


Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bob.wilson at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Bob Wilson <bob.wilson at apple.com>  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.



More information about the llvm-bugs mailing list