mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 23:00:05 +08:00
hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32 when compiling in ILP32 mode.
* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32 when compiling in ILP32 mode. From-SVN: r74918
This commit is contained in:
parent
3d159f3fc7
commit
24b7a8c944
@ -1,3 +1,8 @@
|
||||
2003-12-21 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32
|
||||
when compiling in ILP32 mode.
|
||||
|
||||
2003-12-21 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_tls_referenced_p): Return early if
|
||||
|
@ -45,6 +45,8 @@ do { \
|
||||
builtin_define("_HPUX_SOURCE"); \
|
||||
builtin_define("__STDC_EXT__"); \
|
||||
} \
|
||||
if (TARGET_ILP32) \
|
||||
builtin_define("_ILP32"); \
|
||||
} while (0)
|
||||
|
||||
#undef CPP_SPEC
|
||||
|
Loading…
Reference in New Issue
Block a user