From: Ulrich Drepper Date: Fri, 17 Mar 2000 18:28:11 +0000 (+0000) Subject: (CPPFLAGS): Define for db2 directory. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d414a09ef79f9d1c007bc8f0ab96553aa8adca38;p=thirdparty%2Fglibc.git (CPPFLAGS): Define for db2 directory. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 250a31779c2..4b9790cc411 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -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_GCC=1 +endif + ifeq ($(subdir),gmon) sysdep_routines += _mcount endif