17.14 Respect both CC and CXX section:
- Fix s/CFLAGS/CXX/ oversight PR: docs/52672 Submitted by: Alexey Neyman <alex.neyman@auriga.ru>
This commit is contained in:
parent
4eebdc1bac
commit
923b863633
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25120
1 changed files with 1 additions and 1 deletions
|
@ -8486,7 +8486,7 @@ bacula:*:910:</programlisting>
|
|||
<programlisting>CC= gcc</programlisting>
|
||||
<programlisting>CXX= g++</programlisting>
|
||||
|
||||
<para>Both <makevar>CC</makevar> and <makevar>CFLAGS</makevar>
|
||||
<para>Both <makevar>CC</makevar> and <makevar>CXX</makevar>
|
||||
variables can be defined on FreeBSD systems in
|
||||
<filename>/etc/make.conf</filename>. The first example
|
||||
defines a value if it was not previously set in
|
||||
|
|
Loading…
Reference in a new issue