diff options
author | Steve Chamberlain <steve@cygnus> | 1991-06-14 22:21:26 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-06-14 22:21:26 +0000 |
commit | 5115f8785a01c581aedd1e2a4233bd8bea1d87c0 (patch) | |
tree | 032db310c28b6fcd9231cec11e73db6abc431cc6 /config | |
parent | de9d4075d83f94d996651047bbd58cc548dddaca (diff) | |
download | gdb-5115f8785a01c581aedd1e2a4233bd8bea1d87c0.zip gdb-5115f8785a01c581aedd1e2a4233bd8bea1d87c0.tar.gz gdb-5115f8785a01c581aedd1e2a4233bd8bea1d87c0.tar.bz2 |
Initial revision
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-dgux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-dgux b/config/mh-dgux new file mode 100644 index 0000000..568f0c9 --- /dev/null +++ b/config/mh-dgux @@ -0,0 +1,4 @@ +HDEFINES=-DHOST_SYS=DGUX_SYS +CC=gcc -Wall -ansi -D__using_DGUX +RANLIB=echo + |