diff options
Diffstat (limited to 'ld/config/hp300bsd.mh')
-rwxr-xr-x | ld/config/hp300bsd.mh | 8 |
1 files changed, 8 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 |