diff options
Diffstat (limited to 'ld/config/sparc.mh')
-rwxr-xr-x | ld/config/sparc.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh index b44661b..260bbe1 100755 --- a/ld/config/sparc.mh +++ b/ld/config/sparc.mh @@ -3,5 +3,5 @@ YACC=yacc -tvd #stuff for self hosting HOSTING_CRT0=/lib/crt0.o HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgcc.a -lc -HOSTING_EMU=LDEMULATION=gld; export LDEMULATION +HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION |