diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 21:51:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 21:51:20 +0000 |
commit | c1d675f8aefc349e43101d2a518f4d09eadf9f04 (patch) | |
tree | a75150782f8dcb01f466f93478f62ba097f66014 | |
parent | e7a486ef9923f710dac7df97c70d9841b8c649c3 (diff) | |
download | glibc-c1d675f8aefc349e43101d2a518f4d09eadf9f04.tar glibc-c1d675f8aefc349e43101d2a518f4d09eadf9f04.tar.gz glibc-c1d675f8aefc349e43101d2a518f4d09eadf9f04.tar.bz2 glibc-c1d675f8aefc349e43101d2a518f4d09eadf9f04.zip |
[db2]: Set CFLAGS of mutex.c to make spinlocks known.
-rw-r--r-- | sysdeps/alpha/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 250a31779c..63c7d4bba0 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -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. # Contributed by Brendan Kehoe (brendan@zen.org). @@ -17,6 +17,10 @@ # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. +ifeq ($(subdir),db2) +CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_ALPHA=1 +endif + ifeq ($(subdir),gmon) sysdep_routines += _mcount endif |