diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-10 18:00:59 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 86c2982568de1ad4d4cc12a65b19231331484405 (patch) | |
tree | 2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/gnuprumcu | |
parent | 1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff) | |
download | crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.tar.gz crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.tar.bz2 crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.zip |
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 <stilor@att.net>
Diffstat (limited to 'packages/gnuprumcu')
-rw-r--r-- | packages/gnuprumcu/0.5.0/0000-HACK-Fix-paths-for-crosstool-ng.patch (renamed from packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch) | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch b/packages/gnuprumcu/0.5.0/0000-HACK-Fix-paths-for-crosstool-ng.patch index e2511806..f60280c6 100644 --- a/packages/gnuprumcu/0.5.0/0001-HACK-Fix-paths-for-crosstool-ng.patch +++ b/packages/gnuprumcu/0.5.0/0000-HACK-Fix-paths-for-crosstool-ng.patch @@ -9,25 +9,21 @@ path. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu> --- - ldscripts/Makefile.am | 2 +- - ldscripts/Makefile.in | 2 +- + 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 = \ +@@ -47,4 +47,4 @@ 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 = \ +@@ -300,7 +300,7 @@ pruelf-tda4vm.icssg1.tx_pru0.x \ pruelf-tda4vm.icssg1.tx_pru1.x @@ -36,6 +32,3 @@ index b58975f..b7aecd2 100644 all: all-am .SUFFIXES: --- -2.20.1 - |