diff options
author | Per Bothner <per@bothner.com> | 1991-09-27 19:59:17 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-09-27 19:59:17 +0000 |
commit | 9dcb30e3a2fadd0f52bf5c371d122b446aaa0e07 (patch) | |
tree | a75e84efc1a00369fb108cb7c97ef74ef9026e0f /ld/config | |
parent | 7730c767b443c4c65c301a524bf3f123a20c6488 (diff) | |
download | gdb-9dcb30e3a2fadd0f52bf5c371d122b446aaa0e07.zip gdb-9dcb30e3a2fadd0f52bf5c371d122b446aaa0e07.tar.gz gdb-9dcb30e3a2fadd0f52bf5c371d122b446aaa0e07.tar.bz2 |
Initial revision
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 |