diff options
Diffstat (limited to 'ld/config')
-rwxr-xr-x | ld/config/news.mh | 9 | ||||
-rw-r--r-- | ld/config/news.mt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/config/news.mh b/ld/config/news.mh new file mode 100755 index 0000000..93d54aa --- /dev/null +++ b/ld/config/news.mh @@ -0,0 +1,9 @@ +CDEFINES=-DHOST_SYS=NEWSOS3_SYS +#CC=gcc -ansi -Wall +CC=cc +YACC=yacc -d + + +HOSTING_CRT0=/lib/crt0.o +HOSTING_LIBS=-lc +HOSTING_EMU=LDEMULATION=gldnews; export LDEMULATION diff --git a/ld/config/news.mt b/ld/config/news.mt new file mode 100644 index 0000000..51eb1e3 --- /dev/null +++ b/ld/config/news.mt @@ -0,0 +1 @@ +TDEFINES = -DDEFAULT_EMULATION=GLDNEWS_EMULATION_NAME |