Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>

* sysdeps/alpha/Makefile (sysdep_routines): Append instead of
	resetting; don't add bb_init_func.
This commit is contained in:
Roland McGrath 1996-06-07 20:36:36 +00:00
parent 79a2e51250
commit 0137a39712

View file

@ -17,7 +17,7 @@
# Cambridge, MA 02139, USA.
ifeq ($(subdir),gmon)
sysdep_routines := bb_init_func _mcount
sysdep_routines += _mcount
endif
ifeq ($(subdir),setjmp)