Allow simulator to build on other machines than x86

This commit is contained in:
Michael Meissner 1996-08-07 18:48:07 +00:00
parent 1c34a10879
commit def7f77515
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Wed Aug 7 14:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* std-config.h (REGPARM): Only define REGPARM attributes if using
GNU C. Test for __i686__ in case GCC ever defines it. If not on
a x86 platform, define REGPARM as nothing.
* sim-endian.h (WITH_HOST_BYTE_ORDER): Test for i686 and __i686__
also.
Tue Aug 6 09:28:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in (--enable-sim-{hardware,packages}): Fix typos.