summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/sun/sparc/Makefile
blob: 59d10dbdbffedafd8470f8da703a81ad302def36 (plain)
1
2
3
4
5
6
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