mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
LLVM: create /etc/clang before populating it
This commit is contained in:
parent
aa7f6c25fc
commit
2c7e9c4ff7
@ -540,7 +540,8 @@ rmdir -v --ignore-fail-on-non-empty /usr/share/doc/LLVM</userinput></screen>
|
||||
with <xref linkend='gcc'/>:
|
||||
</para>
|
||||
|
||||
<screen role='root'><userinput>for i in clang clang++; do
|
||||
<screen role='root'><userinput>mkdir -pv /etc/clang &&
|
||||
for i in clang clang++; do
|
||||
echo -fstack-protector-strong > /etc/clang/$i.cfg
|
||||
done</userinput></screen>
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user