From 0f8b9790a1dd940333a6ad4f3821204b14fd5bac Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Mon, 12 Oct 1992 02:10:51 +0000 Subject: [PATCH] use sysv config for solaris2 hosting --- gas/ChangeLog | 5 +++++ gas/configure.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 6354e04672f..5deaf148c24 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 10 12:33:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4 + hosts, use the sysv configuration for solaris2 + Mon Oct 5 03:30:36 1992 Mark Eichin (eichin at tweedledumber.cygnus.com) * configure.in: recognize i386-*-bsd emulation. diff --git a/gas/configure.in b/gas/configure.in index 5fd29a7466a..f406a37762f 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -52,9 +52,12 @@ case "${host}" in i386-sun-sunos*) gas_host=sun386 ;; - sparc-sun-*) + sparc-sun-sunos*) gas_host=sun4 ;; + sparc-sun-solaris2) + gas_host=sysv + ;; *-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*) gas_host=${host_os} ;; -- 2.30.2