From Santiago Vila

* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
TARET_OS_CPP_BUILTINS.

From-SVN: r74768
This commit is contained in:
Santiago Vila 2003-12-18 02:32:11 +00:00 committed by Jim Wilson
parent 58416236dc
commit d4ac5ffabb
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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"); \