[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Re: lynx compilied for mips-compaq-nonstopux
From: |
Tom Bates |
Subject: |
lynx-dev Re: lynx compilied for mips-compaq-nonstopux |
Date: |
Mon, 23 Oct 2000 13:35:40 -0500 |
Here are the diffs for my changes to config.guess and config.sub. - Tom
> diff -u config.guess.orig config.guess
--- config.guess.orig Mon Oct 23 12:06:49 2000
+++ config.guess Mon Oct 23 12:08:43 2000
@@ -831,6 +831,9 @@
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit 0 ;;
+ *:NonStop-UX:*:*)
+ echo mips-compaq-nonstopux
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
> diff -u config.sub.orig config.sub
--- config.sub.orig Mon Oct 23 12:06:55 2000
+++ config.sub Mon Oct 23 12:09:26 2000
@@ -379,6 +379,10 @@
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
os=-solaris2
;;
+ nonstopux)
+ basic_machine=mips-compaq
+ os=-nonstopux
+ ;;
iris | iris4d)
basic_machine=mips-sgi
case $os in
@@ -719,7 +723,7 @@
| -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos |
-sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* |
-sym* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* |
-aof* \
- | -aos* \
+ | -nonstopux* | -aos* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs*
| -os390* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix*
\
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* |
-riscix* \
Tom Bates wrote:
> Just a note to say I built and installed lynx on a
> Mips based Compaq box running NonStopUX.
>
> I had to modify config.guess and config.sub. How should I get these
> changes into the source?
>
> Thanks,
> Tom
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- lynx-dev Re: lynx compilied for mips-compaq-nonstopux,
Tom Bates <=