mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 23:48:44 +00:00
* config.guess: Add Lynx/rs6000 config support.
This commit is contained in:
parent
c4e48be344
commit
475156577a
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* config.guess: Add Lynx/rs6000 config support.
|
||||
|
||||
Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
|
||||
|
||||
* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
|
||||
|
||||
Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
|
||||
|
||||
* configure.in (hppa*-*-osf*): Treat this just like most other
|
||||
PA configurations (eg no binutils or ld).
|
||||
(hppa*-*-*elf*): These configurations have binutils and ld.
|
||||
|
||||
Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
* config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
|
||||
|
11
config.guess
vendored
11
config.guess
vendored
@ -217,6 +217,9 @@ EOF
|
||||
TSUNAMI:LynxOS:2.2*:*)
|
||||
echo sparc-lynx-lynxos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
rs6000:LynxOS:2.2*:*)
|
||||
echo rs6000-lynx-lynxos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
esac
|
||||
|
||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||
@ -279,6 +282,14 @@ main()
|
||||
printf("i386-sequent-ptx\n"); exit(0);
|
||||
#endif
|
||||
|
||||
#if defined(vax)
|
||||
#if !defined(ultrix)
|
||||
printf("vax-dec-bsd\n"); exit(0);
|
||||
#else
|
||||
printf("vax-dec-ultrix\n"); exit(0);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
exit (1);
|
||||
}
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user