summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/config/openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gcc/config/openbsd.h')
-rw-r--r--gnu/usr.bin/gcc/config/openbsd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h
index 310cd56213a..b59d09cf830 100644
--- a/gnu/usr.bin/gcc/config/openbsd.h
+++ b/gnu/usr.bin/gcc/config/openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openbsd.h,v 1.8 1998/03/18 04:51:23 marc Exp $ */
+/* $OpenBSD: openbsd.h,v 1.9 1998/05/06 14:25:35 csapuntz Exp $ */
/* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD
source tree so it can be configured appropriately when using the
@@ -74,6 +74,10 @@
/* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
+
+/* Handle #pragma weak and #pragma pack. */
+
+#define HANDLE_SYSV_PRAGMA
/*
* Some imports from svr4.h in support of shared libraries.