diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-02-10 23:26:10 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-02-10 23:26:10 +0000 |
commit | 87780a059afdf42e9535a9a54061a2dff03956fc (patch) | |
tree | 0ea2b450c309007b1385142a4c0c180c185ac716 /config/mh-apollo68 | |
parent | 9ba0618dc79a03bdeac94d01f55d7ebf42f165b8 (diff) | |
download | gdb-87780a059afdf42e9535a9a54061a2dff03956fc.zip gdb-87780a059afdf42e9535a9a54061a2dff03956fc.tar.gz gdb-87780a059afdf42e9535a9a54061a2dff03956fc.tar.bz2 |
Added support for hosting on an Apollo Series 400 box, and targeted towards
an OS/68000 system.
Diffstat (limited to 'config/mh-apollo68')
-rw-r--r-- | config/mh-apollo68 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mh-apollo68 b/config/mh-apollo68 new file mode 100644 index 0000000..0b46700 --- /dev/null +++ b/config/mh-apollo68 @@ -0,0 +1,3 @@ +HDEFINES = -DUSG +RANLIB=echo >/dev/null +CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG |