From e0b82fb753cbb4efbf66588808fbd95061204aaa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Aug 1997 20:03:43 +0000 Subject: [PATCH] [$(subdirs)=db2] (CPPFLAGS): Add macros to provide spinlock information for db2. --- sysdeps/m68k/m68020/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/m68k/m68020/Makefile diff --git a/sysdeps/m68k/m68020/Makefile b/sysdeps/m68k/m68020/Makefile new file mode 100644 index 0000000000..b17635467d --- /dev/null +++ b/sysdeps/m68k/m68020/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),db2) +CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_MC68020_GCC=1 +endif -- 2.43.5