summaryrefslogtreecommitdiff
path: root/packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
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/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch')
-rw-r--r--packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch b/packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch
deleted file mode 100644
index 885c0c7..0000000
--- a/packages/picolibc/1.4.7/0003-Add-picolibc-include-directory-to-cc1plus-spec.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 1f6b3ddcbba7432a5b2f1061f24297989d6ce791 Mon Sep 17 00:00:00 2001
-From: Keith Packard <keithp@keithp.com>
-Date: Mon, 9 Nov 2020 13:02:44 -0800
-Subject: [PATCH] Add picolibc include directory to cc1plus spec
-
-G++ doesn't use the cpp spec to add include directories, so we need to
-add the picolibc include directory to the cc1plus spec element as well
-as the cpp one. To make sure the libstdc++ headers can use
-GCC-provided header directories, so use -idirafter instead of -isystem.
-
-Signed-off-by: Keith Packard <keithp@keithp.com>
----
- picolibc.specs.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/picolibc.specs.in b/picolibc.specs.in
-index c1f916a6f..133e65db9 100644
---- a/picolibc.specs.in
-+++ b/picolibc.specs.in
-@@ -10,7 +10,7 @@
- @TLSMODEL@ %(picolibc_cc1) @CC1_SPEC@
-
- *cc1plus:
--@TLSMODEL@ %(picolibc_cc1plus) @CC1_SPEC@ @CC1PLUS_SPEC@
-+-idirafter @INCLUDEDIR@ @TLSMODEL@ %(picolibc_cc1plus) @CC1_SPEC@ @CC1PLUS_SPEC@
-
- *link:
- @SPECS_PRINTF@ -L@LIBDIR@/%M -L@LIBDIR@ %{!T:-Tpicolibc.ld} %(picolibc_link) --gc-sections @LINK_SPEC@
---
-2.28.0
-