[Pkg-electronics-commits] [iverilog] 03/08: Dropped tgt_use_LDFLAGS.diff patch, as it is applied upstream.
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Sat Aug 24 13:25:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository iverilog.
commit 7e5507d7ee199e30b1165d105c2cf5b6b4256934
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Sat Aug 24 15:01:04 2013 +0200
Dropped tgt_use_LDFLAGS.diff patch, as it is applied upstream.
---
debian/patches/series | 1 -
debian/patches/tgt_use_LDFLAGS.diff | 70 -----------------------------------
2 files changed, 71 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
index 0c3aeed..d6cfa75 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
outdated_config.diff
-tgt_use_LDFLAGS.diff
diff --git a/debian/patches/tgt_use_LDFLAGS.diff b/debian/patches/tgt_use_LDFLAGS.diff
deleted file mode 100644
index b2bc65a..0000000
--- a/debian/patches/tgt_use_LDFLAGS.diff
+++ /dev/null
@@ -1,70 +0,0 @@
-Description: Use LDFLAGS when linking *.tgt files
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
-Bug: https://sourceforge.net/tracker/?func=detail&aid=3565451&group_id=149850&atid=775999
-Forwarded: https://sourceforge.net/tracker/download.php?group_id=149850&atid=775999&file_id=452728&aid=3565451
---- a/tgt-fpga/Makefile.in
-+++ b/tgt-fpga/Makefile.in
-@@ -64,7 +64,7 @@
-
-
- fpga.tgt: $O $(TGTDEPLIBS)
-- $(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CC) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- iverilog-fpga.ps: $(srcdir)/iverilog-fpga.man
- man -t $(srcdir)/iverilog-fpga.man > iverilog-fpga.ps
---- a/tgt-null/Makefile.in
-+++ b/tgt-null/Makefile.in
-@@ -61,7 +61,7 @@
-
-
- null.tgt: $O $(TGTDEPLIBS)
-- $(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CC) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- clean:
- rm -rf *.o dep null.tgt
---- a/tgt-stub/Makefile.in
-+++ b/tgt-stub/Makefile.in
-@@ -62,7 +62,7 @@
-
-
- stub.tgt: $O $(TGTDEPLIBS)
-- $(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CC) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- clean:
- rm -rf *.o dep stub.tgt
---- a/tgt-verilog/Makefile.in
-+++ b/tgt-verilog/Makefile.in
-@@ -57,7 +57,7 @@
- endif
-
- verilog.tgt: $O $(TGTDEPLIBS)
-- $(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CC) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- clean:
- rm -rf *.o dep verilog.tgt
---- a/tgt-vhdl/Makefile.in
-+++ b/tgt-vhdl/Makefile.in
-@@ -61,7 +61,7 @@
- endif
-
- vhdl.tgt: $O $(TGTDEPLIBS)
-- $(CXX) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CXX) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- Makefile: $(srcdir)/Makefile.in ../config.status
- cd ..; ./config.status --file=tgt-vhdl/$@
---- a/tgt-vvp/Makefile.in
-+++ b/tgt-vvp/Makefile.in
-@@ -66,7 +66,7 @@
-
-
- vvp.tgt: $O $(TGTDEPLIBS)
-- $(CC) @shared@ -o $@ $O $(TGTLDFLAGS)
-+ $(CC) @shared@ -o $@ $O $(LDFLAGS) $(TGTLDFLAGS)
-
- vvp.conf: $(srcdir)/vvp.conf.in Makefile
- echo 'flag:VVP_EXECUTABLE=$(bindir)/vvp$(suffix)' | cat $(srcdir)/vvp.conf.in - > vvp.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/iverilog.git
More information about the Pkg-electronics-commits
mailing list