Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2010 21:41:45 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/gnu/lib/libobjc Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/pc98/boot2 Makefile
Message-ID:  <201009212143.o8LLh2Fd074473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2010-09-21 21:41:45 UTC

  FreeBSD src repository

  Modified files:
    gnu/lib/libobjc      Makefile 
    sys/boot/i386/boot2  Makefile 
    sys/boot/pc98/boot2  Makefile 
  Log:
  SVN rev 212979 on 2010-09-21 21:41:45Z by dim
  
  When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2
  and sys/boot/pc98/boot2, do not simply assign 'gcc' to CC, since compile
  flags are sometimes passed via this variable, for example during the
  build32 stage on amd64.  This caused the 32-bit libobjc build on amd64
  to fail.
  
  Instead, only replace the first instance of clang (if any, including
  optional path) with gcc, and leave the arguments alone.
  
  Approved-by:    rpaulo (mentor)
  
  Revision  Changes    Path
  1.38      +1 -3      src/gnu/lib/libobjc/Makefile
  1.65      +1 -3      src/sys/boot/i386/boot2/Makefile
  1.28      +1 -3      src/sys/boot/pc98/boot2/Makefile



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