diff options
Diffstat (limited to 'ext/systemc/src/sysc/qt/md/m88k.Makefile')
-rw-r--r-- | ext/systemc/src/sysc/qt/md/m88k.Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/systemc/src/sysc/qt/md/m88k.Makefile b/ext/systemc/src/sysc/qt/md/m88k.Makefile new file mode 100644 index 000000000..608c70690 --- /dev/null +++ b/ext/systemc/src/sysc/qt/md/m88k.Makefile @@ -0,0 +1,6 @@ + +# +# Hosted compilers for 88k for Meerkat. +# +CC = gcc88 -Dm88k -ansi -pedantic -Wall -fno-builtin +AS = as88 |