diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-23 04:53:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-23 04:53:40 +0000 |
commit | e81ae24d67c7f7f3551297a7c46e783a0c036ac3 (patch) | |
tree | 9380af3327765d1143ef9bd7de9f1cbb082dd960 | |
parent | 976380ad2f7afcb8139e414dac89abbe43b262f1 (diff) |
(LDFLAGS): Add -static.
-rw-r--r-- | boot/Makefile | 2 |
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 # |