diff options
| author | Jeff Law | 1996-05-20 16:02:45 +0000 |
|---|---|---|
| committer | Jeff Law | 1996-05-20 16:02:45 +0000 |
| commit | 45968db63b1e4eb3d341b5d3593624fdbd40985d (patch) | |
| tree | 525f1e61536f1f25b156490a93077a3827922ea8 /config.sub | |
| parent | a978be66798ce2599268dbcc86b65108811529c2 (diff) | |
| download | emacs-45968db63b1e4eb3d341b5d3593624fdbd40985d.tar.gz emacs-45968db63b1e4eb3d341b5d3593624fdbd40985d.zip | |
* config.sub: Recognize -proelf as a basic system type.
Diffstat (limited to 'config.sub')
| -rwxr-xr-x | config.sub | 3 |
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 | |||
| 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]) |
| @@ -662,7 +661,7 @@ case $os in | |||
| 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*) |