mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Remove references to the defunct db2 subdir
The db2 subdir has been removed more than 20 years ago.
This commit is contained in:
parent
f1c7ed0859
commit
ce99601fa8
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
ifeq ($(subdir),db2)
|
||||
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_MC68020_GCC=1
|
||||
endif
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user