[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1034293: cross-instal-location.diff no longer applies



Source: gcc-13
Version: 13-20230411-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

Hi Matthias,

cross-install-location.diff no longer applies. I'm attaching a fix for
your convenience.

Helmut
diff --minimal -Nru gcc-13-13-20230411/debian/changelog gcc-13-13-20230411/debian/changelog
--- gcc-13-13-20230411/debian/changelog	2023-04-11 14:08:31.000000000 +0200
+++ gcc-13-13-20230411/debian/changelog	2023-04-12 07:17:42.000000000 +0200
@@ -1,3 +1,10 @@
+gcc-13 (13-20230411-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix application of cross-install-location.diff. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Wed, 12 Apr 2023 07:17:42 +0200
+
 gcc-13 (13-20230411-1) experimental; urgency=medium
 
   * New upstream snapshot, taken from the trunk.
diff --minimal -Nru gcc-13-13-20230411/debian/patches/cross-install-location.diff gcc-13-13-20230411/debian/patches/cross-install-location.diff
--- gcc-13-13-20230411/debian/patches/cross-install-location.diff	2023-01-27 07:12:51.000000000 +0100
+++ gcc-13-13-20230411/debian/patches/cross-install-location.diff	2023-04-12 07:17:42.000000000 +0200
@@ -382,9 +382,9 @@
  gcc_version := $(shell @get_gcc_base_ver@ $(srcdir)/../gcc/BASE-VER)
 -libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
 +libexecsubdir := $(libexecdir)/gcc-cross/$(target_noncanonical)/$(gcc_version)
+ INSTALL := @INSTALL@
  INSTALL_PROGRAM := @INSTALL_PROGRAM@
  INSTALL_STRIP_PROGRAM := $(srcdir)/../install-sh -c -s
- AUTOCONF := @AUTOCONF@
 --- a/src/libgm2/libm2cor/Makefile.am
 +++ b/src/libgm2/libm2cor/Makefile.am
 @@ -27,7 +27,7 @@ MAKEOVERRIDES=
diff --minimal -Nru gcc-13-13-20230411/debian/target gcc-13-13-20230411/debian/target
--- gcc-13-13-20230411/debian/target	1970-01-01 01:00:00.000000000 +0100
+++ gcc-13-13-20230411/debian/target	2023-04-12 07:17:15.000000000 +0200
@@ -0,0 +1 @@
+arm64

Reply to: