[$(subdirs)=db2] (CPPFLAGS): Add macros to provide spinlock

information for db2.
This commit is contained in:
Ulrich Drepper 1997-08-27 20:03:43 +00:00
parent c0d5b73e05
commit e0b82fb753
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ifeq ($(subdir),db2)
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_MC68020_GCC=1
endif