* config.sub: Recognize -proelf as a basic system type.

From-SVN: r12058
This commit is contained in:
Jeff Law 1996-05-20 10:02:45 -06:00
parent bdf423cbd6
commit da3c5e3c8d
1 changed files with 1 additions and 2 deletions

3
gcc/config.sub vendored
View File

@ -307,7 +307,6 @@ case $basic_machine in
basic_machine=m68k-hp
os=-hpux
;;
hp9k2[0-9][0-9] | hp9k31[0-9])
basic_machine=m68000-hp
;;
hp9k3[2-9][0-9])
@ -662,7 +661,7 @@ case $os in
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* )
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sunos5*)