diff options
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 + |