diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-04 23:14:16 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-04 23:14:16 +0000 |
commit | eb392e68253002c27466cab34411623c5cb8ff5a (patch) | |
tree | e579d3bc43c50f4c8dc8dfb60628ce4599223f5f /ld | |
parent | b15fb2aec6ec520aa2bcd592c4564cb892ccb4f3 (diff) | |
download | gdb-eb392e68253002c27466cab34411623c5cb8ff5a.zip gdb-eb392e68253002c27466cab34411623c5cb8ff5a.tar.gz gdb-eb392e68253002c27466cab34411623c5cb8ff5a.tar.bz2 |
Support for Alpha.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/alphaosf.mh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 6754958..d30c383 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -24,6 +24,7 @@ Do-first: Things-to-keep: +alpha-osf.mh coff-a29k.mt coff-h8300.mt coff-h8500.mt diff --git a/ld/config/alphaosf.mh b/ld/config/alphaosf.mh new file mode 100644 index 0000000..cb30297 --- /dev/null +++ b/ld/config/alphaosf.mh @@ -0,0 +1,2 @@ +HDEFINES=-DHOST_64_BIT="long " +CFLAGS=-non_shared |