summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-23 04:53:40 +0000
committerRoland McGrath <roland@gnu.org>1995-09-23 04:53:40 +0000
commite81ae24d67c7f7f3551297a7c46e783a0c036ac3 (patch)
tree9380af3327765d1143ef9bd7de9f1cbb082dd960 /boot
parent976380ad2f7afcb8139e414dac89abbe43b262f1 (diff)
(LDFLAGS): Add -static.
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 058f2ee2..2100748e 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -29,7 +29,7 @@ DIST_FILES=frank1.ld frankemul.ld
include ../Makeconf
-LDFLAGS += -nostartfiles -Wl,-T -Wl,frank1.ld
+LDFLAGS += -static -nostartfiles -Wl,-T -Wl,frank1.ld
#install: /usr/local/bin/boot
#