Commit 143190e3 by Dave Love

(BOOT_LDFLAGS): Define suitably for f771 linking.

From-SVN: r22287
parent bb5c298f
......@@ -7,3 +7,7 @@ OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
# <limits.h> is sometimes in /usr/include/ansi/limits.h.
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]
# f771 is so big, we need to tell linker on m68k-next-nextstep* to
# make enough room for it.
BOOT_LDFLAGS=-segaddr __DATA 6000000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment