PERFORCE change 179423 for review

Andrius Morkunas andrius at FreeBSD.org
Thu Jun 10 17:37:23 UTC 2010


http://p4web.freebsd.org/@@179423?ac=10

Change 179423 by andrius at klevas on 2010/06/10 17:36:35

	Fix last commit.

Affected files ...

.. //depot/projects/soc2010/clangports/ports/Mk/bsd.gcc.mk#3 edit

Differences ...

==== //depot/projects/soc2010/clangports/ports/Mk/bsd.gcc.mk#3 (text+ko) ====

@@ -206,8 +206,8 @@
 .   endif
 .  else
 # Selected version is in base system.
-CC=				_gcc
-CXX=			_g++
+CC=				gcc
+CXX=			g++
 .  endif
 . endif
 .endfor


More information about the p4-projects mailing list