Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2013 03:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/173914: commit references a PR
Message-ID:  <201303010340.r213e1uQ039833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/173914; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/173914: commit references a PR
Date: Fri,  1 Mar 2013 03:25:56 +0000 (UTC)

 Author: brooks
 Date: Fri Mar  1 03:25:43 2013
 New Revision: 247527
 URL: http://svnweb.freebsd.org/changeset/base/247527
 
 Log:
   Provide slightly more helpful feedback when we can't figure out what
   compiler the user is using.
   
   PR:		misc/173914
 
 Modified:
   head/share/mk/bsd.compiler.mk
 
 Modified: head/share/mk/bsd.compiler.mk
 ==============================================================================
 --- head/share/mk/bsd.compiler.mk	Fri Mar  1 03:05:08 2013	(r247526)
 +++ head/share/mk/bsd.compiler.mk	Fri Mar  1 03:25:43 2013	(r247527)
 @@ -14,7 +14,7 @@ COMPILER_TYPE:=	gcc
  .  elif ${_COMPILER_VERSION:Mclang}
  COMPILER_TYPE:=	clang
  .  else
 -.error Unable to determine compiler type for ${CC}
 +.error Unable to determine compiler type for ${CC}.  Consider setting COMPILER_TYPE.
  .  endif
  .  undef _COMPILER_VERSION
  . endif
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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