summaryrefslogtreecommitdiff
path: root/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-10-18 20:01:35 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-18 20:01:35 +0000
commitde8796aa3a94b51ea6bbb5051215f63152671a72 (patch)
tree8bacf2c0c1a78c0d4f3669b1a4f3abb80fcbbd93 /debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
parentb9e09c69c0570486f3f8a73499049b636a4b4c34 (diff)
Changelog entry and refresh patches
Diffstat (limited to 'debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch')
-rw-r--r--debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch b/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
index af0015d8..00e41f64 100644
--- a/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
+++ b/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
@@ -7,10 +7,10 @@ Subject: Do not show g++ build flags in Version string
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
-index 6f8c067..5024349 100644
+index 8608472..1f8d5a2 100644
--- a/Makefile
+++ b/Makefile
-@@ -514,8 +514,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
+@@ -612,8 +612,7 @@ endif
$(Q) mkdir -p $(dir $@)
$(P) $(CXX) -o $@ -c $(CPPFLAGS) $(CXXFLAGS) $<
@@ -20,7 +20,7 @@ index 6f8c067..5024349 100644
kernel/version_$(GIT_REV).cc: $(YOSYS_SRC)/Makefile
$(P) rm -f kernel/version_*.o kernel/version_*.d kernel/version_*.cc
-@@ -529,8 +528,10 @@ CXXFLAGS_NOVERIFIC = $(CXXFLAGS)
+@@ -627,8 +626,10 @@ CXXFLAGS_NOVERIFIC = $(CXXFLAGS)
LDLIBS_NOVERIFIC = $(LDLIBS)
endif