Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2007 14:28:31 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <200704041428.l34ESVw4061690@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rafan       2007-04-04 14:28:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    Makefile.inc1 
  Log:
  MFC several improvements in lib32 build:
  
  1.528: Default to producing 'k8' COMPAT_32BIT bits, but allow override.
  1.529: SSE2 comes thru the users choice of CPUTYPE.
  1.531: Use cross-compile friendly spelling of CPUTYPE.
  1.567: Clean the lib32 object directory with cleandir rather than rm -rf.
  1.568: Resurrect one of the patches from attic and refine the
         lib32 build somewhat.  Specifically, instead of spamming
         ${CC} et al with -I${LIB32TMP}/usr/include which can be
         harmful (as has been demonstrated by the ncursesw WIP),
         use slightly different approach to achieve the same goal.
         This also simplifies things a bit.
  
  Approved by:    delphij (mentor)
  
  Revision    Changes    Path
  1.499.2.18  +24 -30    src/Makefile.inc1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704041428.l34ESVw4061690>