Commit fe15407d by Eric Botcazou Committed by Eric Botcazou

config.gcc (Obsolete configurations): Remove 'dummy'...

	* config.gcc (Obsolete configurations): Remove 'dummy', add
	sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
	sparc-*-openbsd*.

From-SVN: r94313
parent 87637d21
2005-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
* config.gcc (Obsolete configurations): Remove 'dummy', add
sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
sparc-*-openbsd*.
2005-01-26 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/19633
......
......@@ -181,7 +181,11 @@ md_file=
# Obsolete configurations.
case ${target} in
dummy*)
sparclite-*-coff* \
| sparclite-*-elf* \
| sparc86x-*-elf* \
| sparc-*-openbsd* \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
echo "*** Specify --enable-obsolete to build it anyway." >&2
......
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