From: Ian Lance Taylor Date: Mon, 13 Mar 1995 17:37:39 +0000 (+0000) Subject: * mh-hpux8: New file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cbb8192fab7ff67bf0c6588bb24481b4bd25419;p=binutils-gdb.git * mh-hpux8: New file. * mh-hpux: Use X11R5 rather than X11R4. --- diff --git a/config/.Sanitize b/config/.Sanitize index a3b9ce7f085..4e967a53973 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -43,6 +43,7 @@ mh-dgux mh-go32 mh-hp300 mh-hpux +mh-hpux8 mh-irix4 mh-irix5 mh-linux diff --git a/config/mh-hpux b/config/mh-hpux index cb40edd0bae..10fb1569add 100644 --- a/config/mh-hpux +++ b/config/mh-hpux @@ -4,5 +4,5 @@ SYSV = -DSYSV RANLIB = true # X11 -X11_INCLUDE_FLAGS = -I/usr/include/X11R4 -X11_LIB_FLAGS = -L/usr/lib/X11R4 +X11_INCLUDE_FLAGS = -I/usr/include/X11R5 +X11_LIB_FLAGS = -L/usr/lib/X11R5 diff --git a/config/mh-hpux8 b/config/mh-hpux8 new file mode 100644 index 00000000000..cb40edd0bae --- /dev/null +++ b/config/mh-hpux8 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +CC = cc -Wp,-H256000 +SYSV = -DSYSV +RANLIB = true + +# X11 +X11_INCLUDE_FLAGS = -I/usr/include/X11R4 +X11_LIB_FLAGS = -L/usr/lib/X11R4