summaryrefslogtreecommitdiffstats
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-31 00:15:36 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-31 00:15:36 +0000
commit8f3c6510d5f1d2a0ebc711886314ad3b625c58f1 (patch)
treee89bac1035c7375913b045ac3b31c43d2fb7bb72 /boehm-gc/include
parentb8536bfb6def125f4f24af5e4268fcd8541d02f2 (diff)
downloadppe42-gcc-8f3c6510d5f1d2a0ebc711886314ad3b625c58f1.tar.gz
ppe42-gcc-8f3c6510d5f1d2a0ebc711886314ad3b625c58f1.zip
2002-03-30 Krister Walfridsson <cato@df.lth.se>
* include/private/gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/private/gcconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 71cc504dfb1..efbfc39c79a 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -1063,6 +1063,9 @@
# endif
# ifdef NETBSD
# define OS_TYPE "NETBSD"
+# ifdef __ELF__
+# define DYNAMIC_LOADING
+# endif
# endif
# ifdef THREE86BSD
# define OS_TYPE "THREE86BSD"
OpenPOWER on IntegriCloud