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
This commit is contained in:
parent
87637d21c0
commit
fe15407d97
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue