Remove the compiler option "-xregs=no%frameptr" as it's set as default.
authordavelam
Wed, 08 Jul 2009 08:22:22 +0000
changeset 16009 b7f80736eff7
parent 16008 18c13af11310
child 16010 bcc3aab5a2d8
Remove the compiler option "-xregs=no%frameptr" as it's set as default.
ChangeLog
SUNWgnome-python-extras.spec
SUNWgnome-python26-extras.spec
--- a/ChangeLog	Wed Jul 08 00:43:22 2009 +0000
+++ b/ChangeLog	Wed Jul 08 08:22:22 2009 +0000
@@ -1,3 +1,9 @@
+2009-07-08  Dave Lin <[email protected]>
+
+        * SUNWgnome-python-extras.spec
+        * SUNWgnome-python26-extras.spec: Remove the compiler option
+          "-xregs=no%frameptr" as it's set as default.
+
 2009-07-07  Brian Cameron  <[email protected]>
 
 	* SUNWgnome-python-desktop.spec, SUNWgnome-python26-desktop.spec,
--- a/SUNWgnome-python-extras.spec	Wed Jul 08 00:43:22 2009 +0000
+++ b/SUNWgnome-python-extras.spec	Wed Jul 08 08:22:22 2009 +0000
@@ -49,7 +49,7 @@
 %gpe.prep -d %name-%version
 
 %build
-export CXX="$CXX -xregs=no%frameptr -norunpath -compat=5"
+export CXX="$CXX -norunpath -compat=5"
 export PYTHON=/usr/bin/python%{pythonver}
 export PKG_CONFIG_PATH=/usr/lib/python%{pythonver}/pkgconfig
 %gpe.build -d %name-%version
@@ -85,6 +85,8 @@
 %{_libdir}/python%{pythonver}/pkgconfig/*
 
 %changelog
+* Wed Jul 08 2009 - [email protected]
+- Remove the compiler option -xregs=no%frameptr as it's set as default.
 * Fri May 22 2009 - [email protected]
 - Add -norunpath and other flags for CXX builds, to fix bug#6734315
 * Thu Feb 26 2009 - [email protected]
--- a/SUNWgnome-python26-extras.spec	Wed Jul 08 00:43:22 2009 +0000
+++ b/SUNWgnome-python26-extras.spec	Wed Jul 08 08:22:22 2009 +0000
@@ -46,7 +46,7 @@
 %gpe.prep -d %name-%version
 
 %build
-export CXX="$CXX -xregs=no%frameptr -norunpath -compat=5"
+export CXX="$CXX -norunpath -compat=5"
 export PYTHON=/usr/bin/python%{pythonver}
 export PKG_CONFIG_PATH=/usr/lib/python%{pythonver}/pkgconfig
 %gpe.build -d %name-%version
@@ -76,6 +76,8 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jul 08 2009 - [email protected]
+- Remove the compiler option -xregs=no%frameptr as it's set as default.
 * Fri May 22 2009 - [email protected]
 - Add -norunpath and other flags for CXX builds, to fix bug#6842284
 * Thu Feb 26 2009 - [email protected]