Is 64-bit PowerPC disabled on Cygwin Hosts?
Joel Sherrill
joel.sherrill@oarcorp.com
Thu Oct 5 14:28:00 GMT 2017
More information about the Binutils mailing list
Thu Oct 5 14:28:00 GMT 2017
- Previous message (by thread): [PATCH 1/4] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.
- Next message (by thread): Is 64-bit PowerPC disabled on Cygwin Hosts?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi The RTEMS PowerPC target just picked up 64-bit support. The tools build fine on Linux and FreeBSD. But on Cygwin, the as-new.exe reports that -a64 is an unknown option. Investigating this, I can see some logic in bfd/configure.ac around 820 that I think is related to this. Looking at the config.log, I see wordsize is set to 32 when substituted but I don't see the messages from AC_MSG_WARN() from the your compiler isn't good enough paths. It looks like something is tripping the logic to force 32-bit only targets. Does anyone have any hints on what could be going on? Thanks. --joel
- Previous message (by thread): [PATCH 1/4] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.
- Next message (by thread): Is 64-bit PowerPC disabled on Cygwin Hosts?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list