diff options
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 5fb039f..c12bcb6 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -86,6 +86,7 @@ POD2MAN = pod2man --center="GNU Development Tools" \ #stuff for self hosting (can be overridden in config file). HOSTING_CRT0 = @HOSTING_CRT0@ +HOSTING_SCRT0 = @HOSTING_SCRT0@ HOSTING_LIBS = @HOSTING_LIBS@ HOSTING_EMU = -m $(EMUL) |