From: Ulrich Drepper Date: Wed, 27 Aug 1997 20:03:43 +0000 (+0000) Subject: [$(subdirs)=db2] (CPPFLAGS): Add macros to provide spinlock X-Git-Tag: glibc-2.16-ports-before-merge~3431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0b82fb753cbb4efbf66588808fbd95061204aaa;p=thirdparty%2Fglibc.git [$(subdirs)=db2] (CPPFLAGS): Add macros to provide spinlock information for db2. --- diff --git a/sysdeps/m68k/m68020/Makefile b/sysdeps/m68k/m68020/Makefile new file mode 100644 index 00000000000..b17635467d3 --- /dev/null +++ b/sysdeps/m68k/m68020/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),db2) +CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_MC68020_GCC=1 +endif