summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-03-05 17:16:54 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-03-05 17:16:54 +0000
commit9e9cda00e48ecf10a10d57213db668b86e8ae9f3 (patch)
tree9e633e4cbe9708353143ca2998d937e4797dbe42 /gnu
parentcf82bdcc22e7f0e2a290ded7c861a879ad6ae7f9 (diff)
Kill nonsense: OBJECT_FORMAT_COFF is a tweak for collect2.
There is no corresponding OBJECT_FORMAT_ELF.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/config/mips/openbsd-le.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-le.h b/gnu/usr.bin/gcc/config/mips/openbsd-le.h
index a09551cfa26..0e49c49c681 100644
--- a/gnu/usr.bin/gcc/config/mips/openbsd-le.h
+++ b/gnu/usr.bin/gcc/config/mips/openbsd-le.h
@@ -13,9 +13,6 @@
/* We settle for little endian for now */
#define TARGET_ENDIAN_DEFAULT 0
-/* Target uses ELF object format */
-#define OBJECT_FORMAT_ELF
-
/* Provide a LINK_SPEC appropriate for OpenBSD. Here we provide support
for the special GCC options -static, -assert, and -nostdlib. */
/* We also need to control dynamic stuff like dynamic loader etc */