This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make arm-wrs-vxworks pass more options down to the assembler


Richard Sandiford wrote:
arm-wrs-vxworks is the only ARM port to include svr4.h, and its current
ASM_SPEC is based on svr4.h's (with -Q options removed).  This means that
we don't pass things like -mfpu down to the assembler, leading to many
assembler errors from Julian's neon tests.

I thought the best fix would be to make VxWorks work like other ARM
ports, so the patch below removes svr4.h from $tm_file.  I compared the
-dM output for the current configuration with the -dM output you get
when svr4.h is removed, and added the other differences to vxworks.h.

Tested on arm-wrs-vxworks. OK to install?

ok


--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]