Index: Makefile
===================================================================
--- Makefile (revision 34)
+++ Makefile (revision 35)
@@ -15,28 +15,27 @@
url = $(DOWNLOAD_SERVER)/sources/GNU/binutils
-versions = 2.40
+versions = 2.42
tarballs = $(addsuffix .tar.xz, $(addprefix binutils-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/binutils-2.40-aarch64-ifunc.patch
-patches += $(CURDIR)/patches/binutils-2.40-not-link-static-libstdc++.patch
-patches += $(CURDIR)/patches/binutils-2.40-fname-in-error-messages.patch
-patches += $(CURDIR)/patches/binutils-2.40-gold-i386-gnu-property-notes.patch
-patches += $(CURDIR)/patches/binutils-2.40-gold-mismatched-section-flags.patch
-patches += $(CURDIR)/patches/binutils-2.40-gold-warn-unsupported.patch
-patches += $(CURDIR)/patches/binutils-2.40-readelf-other-sym-info.patch
-patches += $(CURDIR)/patches/binutils-2.40-special-sections-in-groups.patch
-patches += $(CURDIR)/patches/binutils-2.40-testsuite-failures.patch
+patches = $(CURDIR)/patches/binutils-2.42-aarch64-ifunc.patch
+patches += $(CURDIR)/patches/binutils-2.42-not-link-static-libstdc++.patch
+patches += $(CURDIR)/patches/binutils-2.42-fname-in-error-messages.patch
+patches += $(CURDIR)/patches/binutils-2.42-gold-i386-gnu-property-notes.patch
+patches += $(CURDIR)/patches/binutils-2.42-gold-mismatched-section-flags.patch
+patches += $(CURDIR)/patches/binutils-2.42-gold-warn-unsupported.patch
+patches += $(CURDIR)/patches/binutils-2.42-readelf-other-sym-info.patch
+patches += $(CURDIR)/patches/binutils-2.42-special-sections-in-groups.patch
+patches += $(CURDIR)/patches/binutils-2.42-testsuite-failures.patch
-patches += $(CURDIR)/patches/binutils-2.40-cleansweep.patch
-patches += $(CURDIR)/patches/binutils-2.40-copy-osabi.patch
-patches += $(CURDIR)/patches/binutils-2.40-export-demangle.patch
-patches += $(CURDIR)/patches/binutils-2.40-ldforcele.patch
-patches += $(CURDIR)/patches/binutils-2.40-libtool-lib64.patch
-patches += $(CURDIR)/patches/binutils-2.40-no-config-check.patch
-patches += $(CURDIR)/patches/binutils-2.40-sec-merge-emit.patch
+patches += $(CURDIR)/patches/binutils-2.42-cleansweep.patch
+patches += $(CURDIR)/patches/binutils-2.42-copy-osabi.patch
+patches += $(CURDIR)/patches/binutils-2.42-export-demangle.patch
+patches += $(CURDIR)/patches/binutils-2.42-ldforcele.patch
+patches += $(CURDIR)/patches/binutils-2.42-libtool-lib64.patch
+patches += $(CURDIR)/patches/binutils-2.42-no-config-check.patch
.NOTPARALLEL: $(patches)
@@ -71,22 +70,21 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-2.40-aarch64-ifunc-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-not-link-static-libstdc++-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-fname-in-error-messages-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-gold-i386-gnu-property-notes-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-gold-mismatched-section-flags-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-gold-warn-unsupported-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-readelf-other-sym-info-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-special-sections-in-groups-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-testsuite-failures-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-cleansweep-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-copy-osabi-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-export-demangle-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-ldforcele-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-libtool-lib64-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-no-config-check-patch ; ./create.patch.sh ) ; \
- ( cd create-2.40-sec-merge-emit-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-aarch64-ifunc-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-not-link-static-libstdc++-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-fname-in-error-messages-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-gold-i386-gnu-property-notes-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-gold-mismatched-section-flags-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-gold-warn-unsupported-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-readelf-other-sym-info-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-special-sections-in-groups-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-testsuite-failures-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-cleansweep-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-copy-osabi-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-export-demangle-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-ldforcele-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-libtool-lib64-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.42-no-config-check-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: