diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2023-08-18 21:10:29 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2023-08-21 18:20:53 +0200 |
commit | ce99601fa883a8916cb902c7bcd2125046a4a39d (patch) | |
tree | 8fb764939c0b2eac98d90cb51fcf524a3540f5e3 /sysdeps/sparc | |
parent | f1c7ed0859a45929136836341741c7cd70f428cb (diff) | |
download | glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.zip glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.tar.gz glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.tar.bz2 |
Remove references to the defunct db2 subdir
The db2 subdir has been removed more than 20 years ago.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 26b4a84..34c51ce 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -5,10 +5,6 @@ ifeq ($(subdir),gmon) sysdep_routines += sparc-mcount endif -ifeq ($(subdir),db2) -CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_SPARC_GCC=1 -endif - ifeq ($(subdir),csu) CPPFLAGS-crti.S += -fPIC CPPFLAGS-crtn.S += -fPIC |