aboutsummaryrefslogtreecommitdiffstats
path: root/community/pcc/multiarch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcc/multiarch.patch')
-rw-r--r--community/pcc/multiarch.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/pcc/multiarch.patch b/community/pcc/multiarch.patch
deleted file mode 100644
index 087fda3c207..00000000000
--- a/community/pcc/multiarch.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -upr pcc-1.1.0.orig/cc/cc/cc.c pcc-1.1.0/cc/cc/cc.c
---- pcc-1.1.0.orig/cc/cc/cc.c 2016-09-16 20:38:14.932292071 +0200
-+++ pcc-1.1.0/cc/cc/cc.c 2016-09-16 20:39:17.022094921 +0200
-@@ -206,7 +206,7 @@ char *cppmdadd[] = CPPMDADD;
- #define PCCLIBDIR NULL
- #endif
- #ifndef DEFLIBDIRS /* default library search paths */
--#ifdef MULTIARCH_PATH
-+#ifndef MULTIARCH_PATH
- #define DEFLIBDIRS { "/usr/lib/", 0 }
- #else
- #define DEFLIBDIRS { "/usr/lib/", "/usr/lib/" MULTIARCH_PATH "/", 0 }