diff options
author | Steve Chamberlain <sac@cygnus> | 1993-07-06 18:28:42 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-07-06 18:28:42 +0000 |
commit | 768328bc1b25cd5d72a9275000771bb019d78154 (patch) | |
tree | 6c2e6410cfa03abf5a75fab535b154586c22380a /config | |
parent | 817382d1babed315d31962eaa7f63dfc5f8aa245 (diff) | |
download | gdb-768328bc1b25cd5d72a9275000771bb019d78154.zip gdb-768328bc1b25cd5d72a9275000771bb019d78154.tar.gz gdb-768328bc1b25cd5d72a9275000771bb019d78154.tar.bz2 |
New file.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-alphaosf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index f45e357..5d904ab 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -22,6 +22,7 @@ Do-first: Things-to-keep: ChangeLog +mh-alphaosf mh-a68bsd mh-aix mh-aix386 diff --git a/config/mh-alphaosf b/config/mh-alphaosf new file mode 100644 index 0000000..d39f7d0 --- /dev/null +++ b/config/mh-alphaosf @@ -0,0 +1,3 @@ +# This is needed to link objdump and debug images using gdb. +CC = cc -non_shared + |