]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Suppress some warnings for soft-fp files
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 25 Nov 2013 16:02:12 +0000 (16:02 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 25 Nov 2013 16:02:12 +0000 (16:02 +0000)
* config/t-softfp (soft-fp-objects-base): New variable.
(soft-fp-objects): Use it.

From-SVN: r205355

libgcc/ChangeLog
libgcc/config/t-softfp

index 1e7731a59928dfdc83a12f0409e8185cd8e7d7bb..4b58a1fafc6def301ceee96bcb42d004538eaf44 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/t-softfp (soft-fp-objects-base): New variable.
+       (soft-fp-objects): Use it.
+
 2013-11-23  David Edelson  <dje.gcc@gmail.com>
            Andrew Dixie  <andrewd@gentrack.com>
 
index 6d0c38bcc5e6b7cbf44c8f6e6b969906c3475fba..cabda6e5705df9b8df05cf6e13e10b1965865a39 100644 (file)
@@ -88,8 +88,10 @@ endif
 # for the functions in the soft-fp files have not been brought across
 # from glibc.
 
-soft-fp-objects = $(addsuffix $(objext), $(softfp_file_list)) \
-  $(addsuffix _s$(objext), $(softfp_file_list))
+soft-fp-objects-base = $(basename $(notdir $(softfp_file_list)))
+
+soft-fp-objects = $(addsuffix $(objext), $(soft-fp-objects-base)) \
+  $(addsuffix _s$(objext), $(soft-fp-objects-base))
 
 $(soft-fp-objects) : INTERNAL_CFLAGS += -Wno-missing-prototypes -Wno-type-limits