diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-05 19:21:35 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-05 19:21:35 +0000 |
commit | e41546e505f29f49e14f5b636405d426ab16b53a (patch) | |
tree | 559b00fa76cc5df8168632bdc8f19c45f2f96295 /config | |
parent | e8e1304006f5073bab9207cf95a8e60ddb4b1b06 (diff) | |
download | gdb-e41546e505f29f49e14f5b636405d426ab16b53a.zip gdb-e41546e505f29f49e14f5b636405d426ab16b53a.tar.gz gdb-e41546e505f29f49e14f5b636405d426ab16b53a.tar.bz2 |
* mh-alphaosf: Remove, no longer necessary now that gdb knows
how to handle OSF/1 shared libraries.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-alphaosf | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 6b995e8..04e5087 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -22,7 +22,6 @@ Do-first: Things-to-keep: ChangeLog -mh-alphaosf mh-a68bsd mh-aix mh-aix386 diff --git a/config/mh-alphaosf b/config/mh-alphaosf deleted file mode 100644 index d39f7d0..0000000 --- a/config/mh-alphaosf +++ /dev/null @@ -1,3 +0,0 @@ -# This is needed to link objdump and debug images using gdb. -CC = cc -non_shared - |