* config.gcc: Restore support for m68k-openbsd.

From-SVN: r77712
This commit is contained in:
Gunther Nikl 2004-02-12 16:36:07 +00:00 committed by Kazu Hirata
parent 8f6a8d03ac
commit 7ea98c5a50
2 changed files with 12 additions and 0 deletions

View 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

View 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"