* config/i386-linux.mt: delete ".sh" from genscripts argument
(change made to genscripts on July 21...) This is all it took for linux-native ld to build. It isn't necessarily useful, particularly as gcc is still configured to pass -m486 and -dll-verbose, which this ld doesn't parse...
This commit is contained in:
parent
168e808729
commit
f2f824ae57
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ EMUL=i386linux
|
|||
OTHER_EMULATIONS= em_i386linux.o
|
||||
em_i386linux.c: $(srcdir)/emulparams/i386linux.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} i386linux.sh
|
||||
${GENSCRIPTS} i386linux
|
||||
|
|
Loading…
Reference in a new issue