Commit d4ac5ffa by Santiago Vila Committed by Jim Wilson

From Santiago Vila

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

From-SVN: r74768
parent 58416236
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"); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment