diff options
author | Per Bothner <per@bothner.com> | 1992-02-17 20:08:20 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-17 20:08:20 +0000 |
commit | 1584d0697df73819981fac5cb57f8b0061c13ca0 (patch) | |
tree | 60bc4bef13010d766b11831d792878d0a9d4b6a0 /ld/config | |
parent | 9832e16cc38b91bbe0ea4f7e03ab5584e3f866a6 (diff) | |
download | gdb-1584d0697df73819981fac5cb57f8b0061c13ca0.zip gdb-1584d0697df73819981fac5cb57f8b0061c13ca0.tar.gz gdb-1584d0697df73819981fac5cb57f8b0061c13ca0.tar.bz2 |
New hp300bsd port.
Diffstat (limited to 'ld/config')
-rwxr-xr-x | ld/config/hp300bsd.mh | 8 | ||||
-rw-r--r-- | ld/config/hp300bsd.mt | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/config/hp300bsd.mh b/ld/config/hp300bsd.mh new file mode 100755 index 0000000..496728b --- /dev/null +++ b/ld/config/hp300bsd.mh @@ -0,0 +1,8 @@ +#CC=gcc -ansi -Wall +CC=cc +YACC=yacc -d + + +HOSTING_CRT0=/lib/crt0.o +HOSTING_LIBS=-lc +HOSTING_EMU=LDEMULATION=hp300bsd; export LDEMULATION diff --git a/ld/config/hp300bsd.mt b/ld/config/hp300bsd.mt new file mode 100644 index 0000000..9105c52 --- /dev/null +++ b/ld/config/hp300bsd.mt @@ -0,0 +1,2 @@ +EMUL=hp300bsd + |