Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Fri, 7 Jun 1996 20:36:36 +0000 (20:36 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 7 Jun 1996 20:36:36 +0000 (20:36 +0000)
* sysdeps/alpha/Makefile (sysdep_routines): Append instead of
resetting; don't add bb_init_func.

sysdeps/alpha/Makefile

index 4bb1f29..996c589 100644 (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)