[Pkg-electronics-commits] [SCM] Debian packaging for Icarus Verilog branch, master, updated. debian/0.9.5-1-7-g343705e

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Fri Sep 7 09:07:10 UTC 2012


The following commit has been merged in the master branch:
commit 343705eca145e5530420b0e5ff14f497c2ab2c7a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Fri Sep 7 10:48:29 2012 +0200

    Added tgt_use_LDFLAGS.diff patch to make use of LDFLAGS when linking .tgt files

diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
index 0577cf8..90a5294 100644
--- a/debian/patches/outdated_config.diff
+++ b/debian/patches/outdated_config.diff
@@ -1,5 +1,5 @@
 Description: Patch config.{sub,guess} to call their up-to-date versions.
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
 --- a/config.guess
 +++ b/config.guess
 @@ -1,4 +1,8 @@
diff --git a/debian/patches/series b/debian/patches/series
index d6cfa75..0c3aeed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 outdated_config.diff
+tgt_use_LDFLAGS.diff
diff --git a/debian/patches/tgt_use_LDFLAGS.diff b/debian/patches/tgt_use_LDFLAGS.diff
new file mode 100644
index 0000000..b2bc65a
--- /dev/null
+++ b/debian/patches/tgt_use_LDFLAGS.diff
@@ -0,0 +1,70 @@
+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

-- 
Debian packaging for Icarus Verilog



More information about the Pkg-electronics-commits mailing list