summaryrefslogtreecommitdiff
path: root/debian/patches/libcc1-compiler-name.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/libcc1-compiler-name.diff')
-rw-r--r--debian/patches/libcc1-compiler-name.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/patches/libcc1-compiler-name.diff b/debian/patches/libcc1-compiler-name.diff
deleted file mode 100644
index 242f191..0000000
--- a/debian/patches/libcc1-compiler-name.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-# DP: Don't add the configured prefix to libcc1's compiler name.
-
---- a/src/libcc1/Makefile.am
-+++ b/src/libcc1/Makefile.am
-@@ -49,7 +49,7 @@
- # Put this in a header so we don't run sed for each compilation. This
- # is also simpler to debug as one can easily see the constant.
- compiler-name.h: Makefile
-- echo "#define COMPILER_NAME \"`echo gcc | sed '$(transform)'`\"" > $@
-+ echo "#define COMPILER_NAME \"`echo gcc-6`\"" > $@
-
-
- shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
---- a/src/libcc1/Makefile.in
-+++ b/src/libcc1/Makefile.in
-@@ -674,7 +674,7 @@
- # Put this in a header so we don't run sed for each compilation. This
- # is also simpler to debug as one can easily see the constant.
- compiler-name.h: Makefile
-- echo "#define COMPILER_NAME \"`echo gcc | sed '$(transform)'`\"" > $@
-+ echo "#define COMPILER_NAME \"`echo gcc-6`\"" > $@
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.