From 86c2982568de1ad4d4cc12a65b19231331484405 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 10 Feb 2022 18:00:59 -0800 Subject: Run patches thru `manage-packages -P` This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman --- .../0001-HACK-Fix-paths-for-crosstool-ng.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch (limited to 'packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch') diff --git a/packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch b/packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch deleted file mode 100644 index e2511806..00000000 --- a/packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch +++ /dev/null @@ -1,41 +0,0 @@ -From b045b2c65e26153813abadc2d065afdd52612fb0 Mon Sep 17 00:00:00 2001 -From: Dimitar Dimitrov -Date: Fri, 15 Jan 2021 18:52:09 +0200 -Subject: [PATCH] HACK: Fix paths for crosstool-ng - -For some reason crosstool-ng modifies the default -binutils/ld path for ldscripts. Align our respective -path. - -Signed-off-by: Dimitar Dimitrov ---- - ldscripts/Makefile.am | 2 +- - ldscripts/Makefile.in | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/ldscripts/Makefile.am b/ldscripts/Makefile.am -index 23c5903..b6984d5 100644 ---- a/ldscripts/Makefile.am -+++ b/ldscripts/Makefile.am -@@ -47,4 +47,4 @@ dist_pru_DATA = \ - pruelf-tda4vm.icssg1.tx_pru1.x - - --prudir = $(exec_prefix)/$(target_alias)/lib -+prudir = $(libdir) -diff --git a/ldscripts/Makefile.in b/ldscripts/Makefile.in -index b58975f..b7aecd2 100644 ---- a/ldscripts/Makefile.in -+++ b/ldscripts/Makefile.in -@@ -300,7 +300,7 @@ dist_pru_DATA = \ - pruelf-tda4vm.icssg1.tx_pru0.x \ - pruelf-tda4vm.icssg1.tx_pru1.x - --prudir = $(exec_prefix)/$(target_alias)/lib -+prudir = $(libdir) - all: all-am - - .SUFFIXES: --- -2.20.1 - -- cgit v1.2.3