From 80e87457803f7c77ced5ff80f86b146f53625e65 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 25 Nov 2013 16:02:12 +0000 Subject: Suppress some warnings for soft-fp files * config/t-softfp (soft-fp-objects-base): New variable. (soft-fp-objects): Use it. From-SVN: r205355 --- libgcc/ChangeLog | 5 +++++ libgcc/config/t-softfp | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1e7731a..4b58a1f 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-25 Rainer Orth + + * config/t-softfp (soft-fp-objects-base): New variable. + (soft-fp-objects): Use it. + 2013-11-23 David Edelson Andrew Dixie diff --git a/libgcc/config/t-softfp b/libgcc/config/t-softfp index 6d0c38b..cabda6e 100644 --- a/libgcc/config/t-softfp +++ b/libgcc/config/t-softfp @@ -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 -- cgit v1.1