[db2]: Set CFLAGS of mutex.c to make spinlocks known.

This commit is contained in:
Ulrich Drepper 1999-08-30 21:51:20 +00:00
parent e7a486ef99
commit c1d675f8ae

View File

@ -1,4 +1,4 @@
# Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # Copyright (C) 1993, 94, 95, 96, 97, 99 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# Contributed by Brendan Kehoe (brendan@zen.org). # Contributed by Brendan Kehoe (brendan@zen.org).
@ -17,6 +17,10 @@
# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA. # Boston, MA 02111-1307, USA.
ifeq ($(subdir),db2)
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_ALPHA=1
endif
ifeq ($(subdir),gmon) ifeq ($(subdir),gmon)
sysdep_routines += _mcount sysdep_routines += _mcount
endif endif