From: Roland McGrath Date: Fri, 7 Jun 1996 20:36:36 +0000 (+0000) Subject: Fri Jun 7 09:11:17 1996 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~3796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0137a397120dea26389f718d21d8ce96b718cf28;p=thirdparty%2Fglibc.git Fri Jun 7 09:11:17 1996 Roland McGrath * sysdeps/alpha/Makefile (sysdep_routines): Append instead of resetting; don't add bb_init_func. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 4bb1f299e1d..996c589c855 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -17,7 +17,7 @@ # Cambridge, MA 02139, USA. ifeq ($(subdir),gmon) -sysdep_routines := bb_init_func _mcount +sysdep_routines += _mcount endif ifeq ($(subdir),setjmp)