From d414a09ef79f9d1c007bc8f0ab96553aa8adca38 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Mar 2000 18:28:11 +0000 Subject: [PATCH] (CPPFLAGS): Define for db2 directory. --- sysdeps/alpha/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2