diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-02 13:07:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-02 13:07:42 +0000 |
commit | 9f60e567d5fd6e55af1095855c1b20462ee4c620 (patch) | |
tree | 8a3dd218213f50e9083dec0c2ff90b3960fb13cb /gnu/usr.bin | |
parent | 5bf31bee3502ae6cd6f0b4ec5a0a118f51f34749 (diff) |
DOH! we are not ELF yet. Fix static constructors.
Diffstat (limited to 'gnu/usr.bin')
-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 |