Message ID | yddhb7ji7ie.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
Index: libgcc/shared-object.mk =================================================================== --- libgcc/shared-object.mk (revision 175260) +++ libgcc/shared-object.mk (working copy) @@ -6,13 +6,15 @@ base := $(basename $(notdir $o)) +c_flags-$o := $(c_flags) + ifeq ($(suffix $o),.c) $(base)$(objext): $o - $(gcc_compile) $(c_flags) -c $< $(vis_hide) + $(gcc_compile) $(c_flags-$<) -c $< $(vis_hide) $(base)_s$(objext): $o - $(gcc_s_compile) $(c_flags) -c $< + $(gcc_s_compile) $(c_flags-$<) -c $< else