Author: alexander Date: 2006-09-09 10:05:59 -0600 (Sat, 09 Sep 2006) New Revision: 1728
Modified: branches/6.2/vars/vars.ppc branches/6.2/vars/vars.sparc branches/6.2/vars/vars.x86 Log: Version increment Modified: branches/6.2/vars/vars.ppc =================================================================== --- branches/6.2/vars/vars.ppc 2006-09-09 16:04:08 UTC (rev 1727) +++ branches/6.2/vars/vars.ppc 2006-09-09 16:05:59 UTC (rev 1728) @@ -1,4 +1,4 @@ -export VERSION := ppc-6.2-2 +export VERSION := ppc-6.2-3 export CFLAGS := -Os -s -fno-strict-aliasing export LINKER := ld.so.1 export LFS_TARGET := powerpc-unknown-linux-gnu Modified: branches/6.2/vars/vars.sparc =================================================================== --- branches/6.2/vars/vars.sparc 2006-09-09 16:04:08 UTC (rev 1727) +++ branches/6.2/vars/vars.sparc 2006-09-09 16:05:59 UTC (rev 1728) @@ -1,3 +1,3 @@ -export VERSION := sparc-6.2-2 +export VERSION := sparc-6.2-3 export CFLAGS := -Os -s -fno-strict-aliasing export LFS_TARGET := sparc-unknown-linux-gnu Modified: branches/6.2/vars/vars.x86 =================================================================== --- branches/6.2/vars/vars.x86 2006-09-09 16:04:08 UTC (rev 1727) +++ branches/6.2/vars/vars.x86 2006-09-09 16:05:59 UTC (rev 1728) @@ -1,4 +1,4 @@ -export VERSION := x86-6.2-2 +export VERSION := x86-6.2-3 export CFLAGS := -Os -s -fno-strict-aliasing -mtune=i686 export LINKER := ld-linux.so.2 export LFS_TARGET := i486-pc-linux-gnu -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
