mirror of git://gcc.gnu.org/git/gcc.git
From Santiago Vila
* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from TARET_OS_CPP_BUILTINS. From-SVN: r74768
This commit is contained in:
parent
58416236dc
commit
d4ac5ffabb
|
@ -1,3 +1,8 @@
|
|||
2003-12-17 Santiago Vila <sanvila@unex.es>
|
||||
|
||||
* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
|
||||
TARET_OS_CPP_BUILTINS.
|
||||
|
||||
2003-12-16 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* emit-rtl.c: Fix signed/unsigned comparison warnings.
|
||||
|
|
|
@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#define WCHAR_TYPE "int"
|
||||
|
||||
#undef TARGET_OS_CPP_BUILTINS
|
||||
#define TARET_OS_CPP_BUILTINS() \
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
builtin_define ("__GNU_KFreeBSD__=0"); \
|
||||
builtin_define ("__gnu_kfreebsd__=0"); \
|
||||
builtin_define ("__FreeBSD_kernel__=5"); \
|
||||
|
|
Loading…
Reference in New Issue