]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc: Restore support for m68k-openbsd.
authorGunther Nikl <gni@gecko.de>
Thu, 12 Feb 2004 16:36:07 +0000 (16:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 12 Feb 2004 16:36:07 +0000 (16:36 +0000)
From-SVN: r77712

gcc/ChangeLog
gcc/config.gcc

index 6ed2399e39e4adca5b7f26ac5d865046a7408c63..86685c0471b0dcecd9da49d7d16ef80a11c54d9e 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-12  Gunther Nikl  <gni@gecko.de>
+
+       * config.gcc: Restore support for m68k-openbsd.
+
 2004-02-12  Jan Hubicka  <jh@suse.cz>
 
        * tree-optimize.c (tree_rest_of_compilation): Do not release
index aee81cfe74792ddaaa8c5c1f796ea9b037cf6d40..7005d6c8f3aab9497d6d587f482995e47ae7472a 100644 (file)
@@ -1201,6 +1201,14 @@ m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
                ;;
        esac
        ;;
+m68k*-*-openbsd*)
+       # needed to unconfuse gdb
+       tm_defines="OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
+       tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
+       tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
+       # we need collect2 until our bug is fixed...
+       use_collect2=yes
+       ;;
 m68k-*-uclinux*)               # Motorola m68k/ColdFire running uClinux with uClibc
        tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
        tm_defines="MOTOROLA USE_GAS"