Author: rmh
Date: 2006-03-03 11:50:01 +0000 (Fri, 03 Mar 2006)
New Revision: 1302

Modified:
   trunk/kfreebsd-6/debian/arch/amd64/amd64-k8.config
   trunk/kfreebsd-6/debian/arch/amd64/em64t-p4.config
   trunk/kfreebsd-6/debian/arch/i386/486.config
   trunk/kfreebsd-6/debian/arch/i386/586.config
   trunk/kfreebsd-6/debian/arch/i386/686.config
   trunk/kfreebsd-6/debian/changelog
Log:
  * Upstream now builds with "-O2 -frename-registers" so let's do that
    as well.
    - arch/*/*.config

Modified: trunk/kfreebsd-6/debian/arch/amd64/amd64-k8.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/amd64/amd64-k8.config  2006-03-03 11:29:33 UTC 
(rev 1301)
+++ trunk/kfreebsd-6/debian/arch/amd64/amd64-k8.config  2006-03-03 11:50:01 UTC 
(rev 1302)
@@ -2,5 +2,5 @@
 
 include                GENERIC
 cpu            HAMMER
-makeoptions    COPTFLAGS="-O -pipe -march=k8"
+makeoptions    COPTFLAGS="-O2 -frename-registers -pipe -march=k8"
 ident          Debian-amd64-k8

Modified: trunk/kfreebsd-6/debian/arch/amd64/em64t-p4.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/amd64/em64t-p4.config  2006-03-03 11:29:33 UTC 
(rev 1301)
+++ trunk/kfreebsd-6/debian/arch/amd64/em64t-p4.config  2006-03-03 11:50:01 UTC 
(rev 1302)
@@ -2,5 +2,5 @@
 
 include                GENERIC
 cpu            HAMMER
-makeoptions    COPTFLAGS="-O -pipe -march=nocona"
+makeoptions    COPTFLAGS="-O2 -frename-registers -pipe -march=nocona"
 ident          Debian-em64t-p4

Modified: trunk/kfreebsd-6/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/i386/486.config        2006-03-03 11:29:33 UTC 
(rev 1301)
+++ trunk/kfreebsd-6/debian/arch/i386/486.config        2006-03-03 11:50:01 UTC 
(rev 1302)
@@ -4,5 +4,5 @@
 cpu            I486_CPU
 cpu            I586_CPU
 cpu            I686_CPU
-makeoptions    COPTFLAGS="-O -pipe -march=i486"
+makeoptions    COPTFLAGS="-O2 -frename-registers -pipe -march=i486"
 ident          Debian-i486

Modified: trunk/kfreebsd-6/debian/arch/i386/586.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/i386/586.config        2006-03-03 11:29:33 UTC 
(rev 1301)
+++ trunk/kfreebsd-6/debian/arch/i386/586.config        2006-03-03 11:50:01 UTC 
(rev 1302)
@@ -2,5 +2,5 @@
 
 include                GENERIC
 cpu            I586_CPU
-makeoptions    COPTFLAGS="-O -pipe -march=i586"
+makeoptions    COPTFLAGS="-O2 -frename-registers -pipe -march=i586"
 ident          Debian-i586

Modified: trunk/kfreebsd-6/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/i386/686.config        2006-03-03 11:29:33 UTC 
(rev 1301)
+++ trunk/kfreebsd-6/debian/arch/i386/686.config        2006-03-03 11:50:01 UTC 
(rev 1302)
@@ -2,5 +2,5 @@
 
 include                GENERIC
 cpu            I686_CPU
-makeoptions    COPTFLAGS="-O -pipe -march=i686"
+makeoptions    COPTFLAGS="-O2 -frename-registers -pipe -march=i686"
 ident          Debian-i686

Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog   2006-03-03 11:29:33 UTC (rev 1301)
+++ trunk/kfreebsd-6/debian/changelog   2006-03-03 11:50:01 UTC (rev 1302)
@@ -48,11 +48,14 @@
     - patches/999_config.diff: New.  Incorporate common changes in GENERIC.
     - debian/rules: Copy all our config files into the tree, then symlink.
     - debian/arch/*/*.config: Refurbish.
+  * Upstream now builds with "-O2 -frename-registers" so let's do that
+    as well.
+    - arch/*/*.config
 
   [ Aurelien Jarno ]
   * Fix a remote denial of service in NFS server (FreeBSD-SA-06:10.nfs / 
CVE-2006-0900).
 
- -- Robert Millan <[EMAIL PROTECTED]>  Fri,  3 Mar 2006 12:25:40 +0100
+ -- Robert Millan <[EMAIL PROTECTED]>  Fri,  3 Mar 2006 12:48:33 +0100
 
 kfreebsd-5 (5.3-6) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to