Mercurial > emacs
comparison config.guess @ 18208:5b68d05ff026 gnumach-release-1-1-2 gnumach-release-1-1-3 hurd-release-0-2 libc-970610 libc-970611 libc-970612 libc-970613 libc-970614 libc-970615 libc-970616 libc-970617 libc-970618 libc-970619 libc-970620 libc-970621 libc-970622
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Jun 1997 04:18:36 +0000 |
parents | e6f1a77fd2f4 |
children | e15d036fa769 |
comparison
equal
deleted
inserted
replaced
18207:3b7e375756d2 | 18208:5b68d05ff026 |
---|---|
434 exit 0 ;; | 434 exit 0 ;; |
435 *:Linux:*:*) | 435 *:Linux:*:*) |
436 # The BFD linker knows what the default object file format is, so | 436 # The BFD linker knows what the default object file format is, so |
437 # first see if it will tell us. | 437 # first see if it will tell us. |
438 ld_help_string=`ld --help 2>&1` | 438 ld_help_string=`ld --help 2>&1` |
439 ld_supported_emulations=`echo $ld_help_string | 439 ld_supported_emulations=`echo $ld_help_string \ |
440 | sed -ne '/supported emulations:/!d | 440 | sed -ne '/supported emulations:/!d |
441 s/[ ][ ]*/ /g | 441 s/[ ][ ]*/ /g |
442 s/.*supported emulations: *// | 442 s/.*supported emulations: *// |
443 s/ .*// | 443 s/ .*// |
444 p'` | 444 p'` |