Catch up with FreeBSD 7.

This commit is contained in:
David E. O'Brien 2005-10-29 09:13:31 +00:00
parent 1b16155934
commit 67ae096798
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151857
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
#ifdef FREEBSD_NATIVE
#define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \
do { \
builtin_define_std ("__FreeBSD_cc_version=600001"); \
builtin_define_std ("__FreeBSD_cc_version=700001"); \
} while (0)
#else
#define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \

View File

@ -7,7 +7,7 @@
#define FREEBSD_NATIVE 1
/* Fake out gcc/config/freebsd<version>.h. */
#define FBSD_MAJOR 5
#define FBSD_MAJOR 7
#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
#undef TOOL_INCLUDE_DIR /* We don't need one for now. */