Commit 80e87457 by Rainer Orth Committed by Rainer Orth

Suppress some warnings for soft-fp files

	* config/t-softfp (soft-fp-objects-base): New variable.
	(soft-fp-objects): Use it.

From-SVN: r205355
parent 984239ad
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment