diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-08 15:14:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-08 15:14:05 +0000 |
commit | 5fad63fb0dcbcd60232dee11708b4f9fcc504250 (patch) | |
tree | a3174afc0836d7806f917850bc6984cab9d4346c /gnu | |
parent | e136fe8a4c235af5bb18e3eb67bd15253b5b66b5 (diff) |
Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h | 3 |
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 |