diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-24 22:47:14 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-24 22:47:14 +0000 |
commit | f9f9daad89dd8e5c63e34501e3359a3458010b94 (patch) | |
tree | 3d0e1f6cb02c0ec6c56a71d69256e95d048b6d4b /gcc/config/freebsd.h | |
parent | 3ea9fe971424ac8d324e6937bf738eea1fd3db19 (diff) | |
download | gcc-f9f9daad89dd8e5c63e34501e3359a3458010b94.tar.gz |
* config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r-- | gcc/config/freebsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index e4a7c4036c1..81e0ac131eb 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 ]***********************************/ |