From: Roland McGrath Date: Wed, 12 May 1993 22:57:41 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3df867a734514d7e7577cef323f0b40bb40c96a9;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/unix/bsd/sun/sparc/Makefile b/sysdeps/unix/bsd/sun/sparc/Makefile index ac4121dc2ca..59d10dbdbff 100644 --- a/sysdeps/unix/bsd/sun/sparc/Makefile +++ b/sysdeps/unix/bsd/sun/sparc/Makefile @@ -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