PATCH: Add x32 support to config.guess
Mike Stump
mikestump@comcast.net
Sat Aug 18 17:41:00 GMT 2012
More information about the Binutils mailing list
Sat Aug 18 17:41:00 GMT 2012
- Previous message (by thread): PATCH: Add x32 support to config.guess
- Next message (by thread): PATCH: Add x32 support to config.guess
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Aug 18, 2012, at 6:52 AM, "H.J. Lu" <hjl.tools@gmail.com> wrote: > In case of x32, the only difference between x32 and x86-64 is > the default output of CC. What do you recommend how to > detect x32? So, is there a cpp symbol that is defined for code-gen? If so, something like If [ $(gcc -x c /dev/null -dM -E | grep x32) = x32 ]; then fi Would do it.
- Previous message (by thread): PATCH: Add x32 support to config.guess
- Next message (by thread): PATCH: Add x32 support to config.guess
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list