summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-05-20 16:02:45 +0000
committerJeff Law <law@redhat.com>1996-05-20 16:02:45 +0000
commit3716606fd683a82914e11704a88d96dc9a838dfb (patch)
tree5d6de702a11d0e43c9d4dfbc7959d6b1e2559d86
parent43b5d4edcc998f46453262fdc3b93363b4fcefdb (diff)
downloademacs-libc-960521.tar.gz
* config.sub: Recognize -proelf as a basic system type.libc-960521
-rwxr-xr-xconfig.sub3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index dc075d5cb36..9542fb28ef2 100755
--- a/config.sub
+++ b/config.sub
@@ -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*)