[ghdl] remove unnecessary addition of libs

sailer sailer at fedoraproject.org
Thu Mar 12 15:31:51 UTC 2015


commit 778e631766fbe673774e2aabf0d0a139286c36e4
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Thu Mar 12 16:31:33 2015 +0100

    remove unnecessary addition of libs

 ghdl.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ghdl.spec b/ghdl.spec
index 96416e6..8ac8b1f 100644
--- a/ghdl.spec
+++ b/ghdl.spec
@@ -618,12 +618,12 @@ popd
 %endif
 
 # Add additional libraries to link
-(
-echo "-lm"
-%ifarch x86_64
-echo "-ldl"
-%endif
-) >> %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/vhdl/grt.lst
+#(
+#echo "-lm"
+#%ifarch x86_64
+#echo "-ldl"
+#%endif
+#) >> %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/vhdl/grt.lst
 
 # Remove files not to be packaged
 pushd %{buildroot}


More information about the scm-commits mailing list