diff options
author | David D. Zuhn <zoo@cygnus> | 1993-08-05 22:46:44 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-08-05 22:46:44 +0000 |
commit | a9cad5919434587cb6399615dff0bf6ac4b6645c (patch) | |
tree | 22725dcb9cd43356c34112261428474f23f12ca7 /config | |
parent | 071689e1adc0375c6c56a6e02a8bf305e676607f (diff) | |
download | gdb-a9cad5919434587cb6399615dff0bf6ac4b6645c.zip gdb-a9cad5919434587cb6399615dff0bf6ac4b6645c.tar.gz gdb-a9cad5919434587cb6399615dff0bf6ac4b6645c.tar.bz2 |
new file for hp300 hosts
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-hp300 | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 822d220..6b995e8 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -30,6 +30,7 @@ mh-apollo68 mh-decstation mh-delta88 mh-dgux +mh-hp300 mh-hpux mh-irix4 mh-linux diff --git a/config/mh-hp300 b/config/mh-hp300 new file mode 100644 index 0000000..58fe339 --- /dev/null +++ b/config/mh-hp300 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV +RANLIB = true +CFLAGS = + +# X11 +X11_INCLUDE_FLAGS = -I/usr/include/X11R4 +X11_LIB_FLAGS = -L/usr/lib/X11R4 |