diff options
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index dbf9f5d..89a866b 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 |