aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2023-08-18 21:10:29 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2023-08-21 18:20:53 +0200
commitce99601fa883a8916cb902c7bcd2125046a4a39d (patch)
tree8fb764939c0b2eac98d90cb51fcf524a3540f5e3
parentf1c7ed0859a45929136836341741c7cd70f428cb (diff)
downloadglibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.tar
glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.tar.gz
glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.tar.bz2
glibc-ce99601fa883a8916cb902c7bcd2125046a4a39d.zip
Remove references to the defunct db2 subdir
The db2 subdir has been removed more than 20 years ago.
-rw-r--r--sysdeps/alpha/Makefile4
-rw-r--r--sysdeps/m68k/m680x0/m68020/Makefile3
-rw-r--r--sysdeps/sparc/Makefile4
3 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile
index dbf9f5d877..89a866b8e2 100644
--- a/sysdeps/alpha/Makefile
+++ b/sysdeps/alpha/Makefile
@@ -15,10 +15,6 @@
# License along with the GNU C Library. If not, see
# <https://www.gnu.org/licenses/>.
-ifeq ($(subdir),db2)
-CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_ALPHA=1
-endif
-
ifeq ($(subdir),debug)
# Consider making this GCC's default...
CFLAGS-backtrace.c = -fasynchronous-unwind-tables
diff --git a/sysdeps/m68k/m680x0/m68020/Makefile b/sysdeps/m68k/m680x0/m68020/Makefile
deleted file mode 100644
index b17635467d..0000000000
--- a/sysdeps/m68k/m680x0/m68020/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(subdir),db2)
-CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_MC68020_GCC=1
-endif
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile
index 26b4a84606..34c51cea6b 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