entered into RCS

This commit is contained in:
Roland McGrath 1993-05-12 22:57:41 +00:00
parent e9f58659c8
commit 3df867a734
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Basically `-e start' is magical to the Sun linker. You would think that
# having start.o first would be enough, but you would be wrong.
LDFLAGS := $(LDFLAGS) -Xlinker -e -Xlinker start
ifeq ($(subdir),signal)
sysdep_routines := $(sysdep_routines) sigtramp
endif