Fix a typo
Reported by: Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
parent
2031b3ac69
commit
fcc34a8a2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334460
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue