diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-08-18 01:51:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-08-18 01:51:53 +0000 |
commit | 0c0e50a478c4aae06c5a4233ed1d647d48f9e9e1 (patch) | |
tree | 0fa32415cda59734b301e9a0d67f5ceddf3f79ef /config | |
parent | eb7f87c5c840602725dd013935eb6a558624f16a (diff) | |
download | gdb-0c0e50a478c4aae06c5a4233ed1d647d48f9e9e1.zip gdb-0c0e50a478c4aae06c5a4233ed1d647d48f9e9e1.tar.gz gdb-0c0e50a478c4aae06c5a4233ed1d647d48f9e9e1.tar.bz2 |
use "ar ts" for RANLIB on hp300
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-hp300 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/mh-hp300 b/config/mh-hp300 index b711a73..efa343c 100644 --- a/config/mh-hp300 +++ b/config/mh-hp300 @@ -1,6 +1,8 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV -RANLIB = true +# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding. +# If it's HP/UX ar, this should be harmless. +RANLIB = ar ts # Native cc can't bootstrap gcc with -g. Defining CFLAGS here loses (a) # for non-gcc directories, (b) if we are compiling with gcc, not |