summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-09-28 20:15:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-09-28 20:15:32 +0000
commit16f9f77975ee6c52b9dd4d30c2278d16749d05c7 (patch)
treed5245e92150331dd84561d8b3f18d913e83e7caf
parent5820b5b1a813099b4281833fb2f79d3be92ec1a7 (diff)
Formerly Makefile.~3~
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ec85fe9..e5bd1741 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ exec bootexec: exec_machdep.o
exec: transexec.o
bootexec: bootexec.o exec.o
- $(LD) $(LDFLAGS) -r -o $@ $^
+ $(LD) -X $(LDFLAGS) -r -o $@ $^
$(serversdir)/core: core.text $(hurddir)/core
@rm -f $@
@@ -20,3 +20,5 @@ $(serversdir)/core: core.text $(hurddir)/core
$(serversdir)/exec: exec.text
@rm -f $@
cp $< $@
+# Comment the next line out to use bootexec.
+# settrans $(word 2,$^) $@