diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-20 21:48:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-20 21:48:30 +0000 |
commit | fcc34a8a2b1cd64b51075012f31a1a62c76490ac (patch) | |
tree | 9b50419a147cf8a66f80eaaf6b96db017ee7ba13 /Mk | |
parent | 2031b3ac69342a97761ce9ff9fb89665636551da (diff) | |
download | ports-fcc34a8a2b1cd64b51075012f31a1a62c76490ac.tar.gz ports-fcc34a8a2b1cd64b51075012f31a1a62c76490ac.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/compiler.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index 44ed832ef8ee..d8f704e2788a 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -22,7 +22,7 @@ # ALT_COMPILER_VERSION: 2 first digit of the version: 33 for clang 3.3.*, 46 for gcc 4.6.* of the ALT_COMPILER_TYPE # # COMPILER_FEATURES: the list of features supported by the compiler include the standard C++ library. -# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the famework) +# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework) .if !defined(_INCLUDE_USES_COMPILER_MK) _INCLUDE_USES_COMPILER_MK= yes |