mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
[db2]: Set CFLAGS of mutex.c to make spinlocks known.
This commit is contained in:
parent
e7a486ef99
commit
c1d675f8ae
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user