aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/freebsd.h
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2008-09-24 22:47:14 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2008-09-24 22:47:14 +0000
commit0c327f097de176f17ed9356c8b4aa5cbccef8312 (patch)
tree3d0e1f6cb02c0ec6c56a71d69256e95d048b6d4b /gcc/config/freebsd.h
parentb5e9dce1fe05d9f94399c64c25539f7473cf66e1 (diff)
downloadgcc-0c327f097de176f17ed9356c8b4aa5cbccef8312.zip
gcc-0c327f097de176f17ed9356c8b4aa5cbccef8312.tar.gz
gcc-0c327f097de176f17ed9356c8b4aa5cbccef8312.tar.bz2
* config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
From-SVN: r140650
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r--gcc/config/freebsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h
index e4a7c40..81e0ac1 100644
--- a/gcc/config/freebsd.h
+++ b/gcc/config/freebsd.h
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see
#undef LIB_SPEC
#define LIB_SPEC FBSD_LIB_SPEC
+/* Define this so we can compile MS code for use with WINE. */
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
/************************[ Target stuff ]***********************************/