diff options
author | 1997-01-02 13:07:41 +0000 | |
---|---|---|
committer | 1997-01-02 13:07:41 +0000 | |
commit | 8636ddaf6e0a90d3f4918d389ab5856d75b9db4c (patch) | |
tree | 11000185604e50029e893044e5bc4d0661a6f70a | |
parent | prevent system from suspend/standby twice. (diff) | |
download | wireguard-openbsd-8636ddaf6e0a90d3f4918d389ab5856d75b9db4c.tar.xz wireguard-openbsd-8636ddaf6e0a90d3f4918d389ab5856d75b9db4c.zip |
DOH! we are not ELF yet. Fix static constructors.
-rw-r--r-- | gnu/usr.bin/gcc/config/alpha/openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/openbsd.h b/gnu/usr.bin/gcc/config/alpha/openbsd.h index 115d0f5c8ab..942477c1ef5 100644 --- a/gnu/usr.bin/gcc/config/alpha/openbsd.h +++ b/gnu/usr.bin/gcc/config/alpha/openbsd.h @@ -96,3 +96,6 @@ Boston, MA 02111-1307, USA. */ /* Since gas and gld are standard on OpenBSD, we don't need this */ #undef ASM_FINAL_SPEC + +/* We're not ELF yet */ +#undef HAS_INIT_SECTION |