mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 13:29:16 +08:00
linux.h (CPP_PREDEFINES): Add -D__i386__.
* From Christian Gafton: * i386/linux.h (CPP_PREDEFINES): Add -D__i386__. * sparc/linux.h (CPP_PREDEFINES): Add -D__sparc__. * sparc/linux64.h (CPP_PREDEFINES): Add -D__sparc__. From-SVN: r23485
This commit is contained in:
parent
d3d65c3053
commit
6d8cf409b4
@ -1,3 +1,10 @@
|
||||
Sun Nov 1 11:04:32 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* From Christian Gafton:
|
||||
* i386/linux.h (CPP_PREDEFINES): Add -D__i386__.
|
||||
* sparc/linux.h (CPP_PREDEFINES): Add -D__sparc__.
|
||||
* sparc/linux64.h (CPP_PREDEFINES): Add -D__sparc__.
|
||||
|
||||
Sat Oct 31 21:42:39 1998 Mark Mitchell <mark@markmitchell.com>
|
||||
|
||||
* c-common.c (c_get_alias_set): Allow all type-punning through
|
||||
|
@ -151,7 +151,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dlinux -Asystem(posix)"
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__i386__ -Dlinux -Asystem(posix)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#ifdef USE_GNULIBC_1
|
||||
|
@ -103,7 +103,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dsparc -Dlinux -Asystem(unix) -Asystem(posix)"
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)"
|
||||
|
||||
#undef CPP_SUBTARGET_SPEC
|
||||
#ifdef USE_GNULIBC_1
|
||||
|
@ -144,7 +144,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#define LONG_DOUBLE_TYPE_SIZE 128
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dsparc -Dlinux -Asystem(unix) -Asystem(posix)"
|
||||
#define CPP_PREDEFINES "-D__ELF__ -Dunix -D_LONGLONG -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)"
|
||||
|
||||
#undef CPP_SUBTARGET_SPEC
|
||||
#define CPP_SUBTARGET_SPEC "\
|
||||
|
Loading…
Reference in New Issue
Block a user