[PATCH] libgcc: fix build with older make

2015-07-16 Thread Jan Beulich
Make up to 3.80 (documented as minimal permitted version) doesn't support else if 2015-07-16 Jan Beulich jbeul...@suse.com * config/t-softfp: Split up else ifneq. --- a/libgcc/config/t-softfp +++ b/libgcc/config/t-softfp @@ -103,7 +103,8 @@ ifeq ($(enable_shared),yes) fi

Re: [PATCH] libgcc: fix build with older make

2015-07-16 Thread Ian Lance Taylor
Jan Beulich jbeul...@suse.com writes: 2015-07-16 Jan Beulich jbeul...@suse.com * config/t-softfp: Split up else ifneq. This is OK. Thanks. Ian