comparison config.sub @ 15260:34fd383d8908 libc-960521

* config.sub: Recognize -proelf as a basic system type.
author Jeff Law <law@redhat.com>
date Mon, 20 May 1996 16:02:45 +0000
parents f736e9cb067e
children a58e7fe45c0e
comparison
equal deleted inserted replaced
15259:984ea4011d7e 15260:34fd383d8908
305 ;; 305 ;;
306 hp300hpux) 306 hp300hpux)
307 basic_machine=m68k-hp 307 basic_machine=m68k-hp
308 os=-hpux 308 os=-hpux
309 ;; 309 ;;
310 hp9k2[0-9][0-9] | hp9k31[0-9])
311 basic_machine=m68000-hp 310 basic_machine=m68000-hp
312 ;; 311 ;;
313 hp9k3[2-9][0-9]) 312 hp9k3[2-9][0-9])
314 basic_machine=m68k-hp 313 basic_machine=m68k-hp
315 ;; 314 ;;
660 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 659 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
661 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 660 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
662 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 661 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
663 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 662 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
664 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 663 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
665 | -cygwin32* | -pe* | -psos* | -moss* ) 664 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* )
666 # Remember, each alternative MUST END IN *, to match a version number. 665 # Remember, each alternative MUST END IN *, to match a version number.
667 ;; 666 ;;
668 -sunos5*) 667 -sunos5*)
669 os=`echo $os | sed -e 's|sunos5|solaris2|'` 668 os=`echo $os | sed -e 's|sunos5|solaris2|'`
670 ;; 669 ;;