summaryrefslogtreecommitdiff
path: root/lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h')
-rw-r--r--lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h b/lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h
deleted file mode 100644
index 5ce9d438d0ab..000000000000
--- a/lang/llvm-gcc4/files/patch-gcc_config_freebsd-spec.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../gcc/config/freebsd-spec.h.orig 2007-12-21 20:20:55.000000000 -0500
-+++ ../gcc/config/freebsd-spec.h 2007-12-21 20:21:32.000000000 -0500
-@@ -75,7 +75,9 @@
- #define FBSD_TARGET_OS_CPP_BUILTINS() \
- do \
- { \
-- if (FBSD_MAJOR == 7) \
-+ if (FBSD_MAJOR == 8) \
-+ builtin_define ("__FreeBSD__=8"); \
-+ else if (FBSD_MAJOR == 7) \
- builtin_define ("__FreeBSD__=7"); \
- else if (FBSD_MAJOR == 6) \
- builtin_define ("__FreeBSD__=6"); \