Commit 7ea98c5a by Gunther Nikl Committed by Kazu Hirata

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

From-SVN: r77712
parent 8f6a8d03
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment