diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:21:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:21:19 +0000 |
commit | 9d1f234b96560bb40be480d288038f823c082af6 (patch) | |
tree | a2caa206d4f7a9399441b79f34f99e6347367a4b /config | |
parent | d8bfa0f90fc673d8508a921fe6080c6f086275bd (diff) | |
download | gdb-9d1f234b96560bb40be480d288038f823c082af6.zip gdb-9d1f234b96560bb40be480d288038f823c082af6.tar.gz gdb-9d1f234b96560bb40be480d288038f823c082af6.tar.bz2 |
for aix386 (ps/2), don't run ranlib
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-aix386 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-aix386 b/config/mh-aix386 new file mode 100644 index 0000000..b45a535 --- /dev/null +++ b/config/mh-aix386 @@ -0,0 +1,2 @@ +INSTALL = cp +RANLIB = @: |