summaryrefslogtreecommitdiff
path: root/sysdeps/nios2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nios2/Makefile')
-rw-r--r--sysdeps/nios2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysdeps/nios2/Makefile b/sysdeps/nios2/Makefile
index c63a6a0c72..25fc2abfee 100644
--- a/sysdeps/nios2/Makefile
+++ b/sysdeps/nios2/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1993-2016 Free Software Foundation, Inc.
+# Copyright (C) 1993-2018 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -22,14 +22,9 @@ pic-ccflag = -fpic
long-double-fcts = no
ifeq ($(subdir),soft-fp)
-sysdep_routines += $(filter-out sqrtsf2,$(gcc-single-routines)) \
- $(filter-out sqrtdf2,$(gcc-double-routines))
+sysdep_routines += $(gcc-single-routines) $(gcc-double-routines)
endif
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif
-
-ifeq ($(subdir),debug)
-CFLAGS-backtrace.c += -funwind-tables
-endif