From: Linda A. Walsh Date: Mon, 20 May 1996 16:02:45 +0000 (+0000) Subject: * config.sub: Recognize -proelf as a basic system type. X-Git-Tag: Release-0-33~2 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=724605d55a86de0bac35e81f83792a6a5bbe42be;p=automake.git * config.sub: Recognize -proelf as a basic system type. --- diff --git a/config.sub b/config.sub index dc075d5c..9542fb28 100644 --- 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*) diff --git a/lib/config.sub b/lib/config.sub index dc075d5c..9542fb28 100644 --- a/lib/config.sub +++ b/lib/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*)