summaryrefslogtreecommitdiff
path: root/0003-version-Set-version-to-10.3.1.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-version-Set-version-to-10.3.1.patch')
-rw-r--r--0003-version-Set-version-to-10.3.1.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/0003-version-Set-version-to-10.3.1.patch b/0003-version-Set-version-to-10.3.1.patch
new file mode 100644
index 0000000..d069bdd
--- /dev/null
+++ b/0003-version-Set-version-to-10.3.1.patch
@@ -0,0 +1,31 @@
+From 309f459021a3681d728e5cf644a288ecf2b95175 Mon Sep 17 00:00:00 2001
+From: zhanghaijian <z.zhanghaijian@huawei.com>
+Date: Mon, 12 Jul 2021 09:42:11 +0800
+Subject: [PATCH 03/13] [version] Set version to 10.3.1
+
+Set version to 10.3.1 and clear DATESTAMP_s.
+
+diff --git a/gcc/BASE-VER b/gcc/BASE-VER
+index 0719d810258..a9368325816 100644
+--- a/gcc/BASE-VER
++++ b/gcc/BASE-VER
+@@ -1 +1 @@
+-10.3.0
++10.3.1
+diff --git a/gcc/Makefile.in b/gcc/Makefile.in
+index 646db219460..fdc2857d44a 100644
+--- a/gcc/Makefile.in
++++ b/gcc/Makefile.in
+@@ -885,8 +885,7 @@ PATCHLEVEL_c := \
+ # significant - do not remove it.
+ BASEVER_s := "\"$(BASEVER_c)\""
+ DEVPHASE_s := "\"$(if $(DEVPHASE_c), ($(DEVPHASE_c)))\""
+-DATESTAMP_s := \
+- "\"$(if $(DEVPHASE_c)$(filter-out 0,$(PATCHLEVEL_c)), $(DATESTAMP_c))\""
++DATESTAMP_s := "\"\""
+ PKGVERSION_s:= "\"@PKGVERSION@\""
+ BUGURL_s := "\"@REPORT_BUGS_TO@\""
+
+--
+2.21.0.windows.1
+