libgcc: fix build with older make
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Jul 2015 07:14:25 +0000 (07:14 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Fri, 17 Jul 2015 07:14:25 +0000 (07:14 +0000)
Make up to 3.80 (documented as minimal permitted version) doesn't
support "else if...".

2015-07-17  Jan Beulich  <jbeulich@suse.com>

* config/t-softfp: Split up "else ifneq".

From-SVN: r225920

libgcc/ChangeLog
libgcc/config/t-softfp

index 13b3a9485576987e87793c386bc649f7aa1aca07..ac1fbb75be686173dcb6c897c62fa8611c1c575e 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-17  Jan Beulich  <jbeulich@suse.com>
+
+       * config/t-softfp: Split up "else ifneq".
+
 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
            Cesar Philippidis  <cesar@codesourcery.com>
            Chung-Lin Tang  <cltang@codesourcery.com>
index 0c9673c7bdc609cbba6ab67ab569dc1e885d0ec9..5f2b11036907c44554287923346d58630fe305b9 100644 (file)
@@ -103,7 +103,8 @@ ifeq ($(enable_shared),yes)
        fi
 endif
        echo '#endif' >> $@
-else ifneq ($(softfp_wrap_start),)
+else
+ifneq ($(softfp_wrap_start),)
 softfp_file_list := $(addsuffix .c,$(softfp_func_list))
 
 $(softfp_file_list):
@@ -114,6 +115,7 @@ else
 softfp_file_list := \
   $(addsuffix .c,$(addprefix $(srcdir)/soft-fp/,$(softfp_func_list)))
 endif
+endif
 
 # Disable missing prototype and type limit warnings.  The prototypes
 # for the functions in the soft-fp files have not been brought across