summaryrefslogtreecommitdiff
path: root/lang/llvm-gcc4/files/patch-gcc::config::freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/llvm-gcc4/files/patch-gcc::config::freebsd.h')
-rw-r--r--lang/llvm-gcc4/files/patch-gcc::config::freebsd.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/llvm-gcc4/files/patch-gcc::config::freebsd.h b/lang/llvm-gcc4/files/patch-gcc::config::freebsd.h
deleted file mode 100644
index 5d1a5bcae7b0..000000000000
--- a/lang/llvm-gcc4/files/patch-gcc::config::freebsd.h
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: asl
-Date: Wed Sep 26 02:36:55 2007
-New Revision: 42351
-
-Log:
-FreeBSD really supports #pragma pack(push). This fixes PR1702
-
-==============================================================================
---- ../gcc/config/freebsd.h (original)
-+++ ../gcc/config/freebsd.h Wed Sep 26 02:36:55 2007
-@@ -85,3 +85,7 @@
- This enables the test coverage code to use file locking when exiting a
- program, which avoids race conditions if the program has forked. */
- #define TARGET_HAS_F_SETLKW
-+
-+/* LLVM LOCAL begin */
-+#define HANDLE_PRAGMA_PACK_PUSH_POP
-+/* LLVM LOCAL end */