summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-05-08 15:14:04 +0000
committermiod <miod@openbsd.org>2013-05-08 15:14:04 +0000
commit4c0f2e1f22fdbd9e4ba8ac1a4313f1ee40923688 (patch)
tree7725c577dc33ea7a2071d108d473cf7b678ff0dd
parentfix previous; (diff)
downloadwireguard-openbsd-4c0f2e1f22fdbd9e4ba8ac1a4313f1ee40923688.tar.xz
wireguard-openbsd-4c0f2e1f22fdbd9e4ba8ac1a4313f1ee40923688.zip
Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler.
-rw-r--r--gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h
index c262931335f..828aaa97ef2 100644
--- a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h
+++ b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h
@@ -18,9 +18,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define OBSD_NO_DYNAMIC_LIBRARIES
-
#ifndef OBJECT_FORMAT_ELF
+#define OBSD_NO_DYNAMIC_LIBRARIES
#define OBSD_HAS_CORRECT_ASM_OPS
#define OBSD_OLD_GAS
#endif