mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
typos matter
This commit is contained in:
parent
a8aba53c52
commit
211d54f1ee
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if [ -n "$(find /usr/include/python3.{3,4,5} -type f 2> /dev/null)" ]; then
|
|||
fi
|
||||
|
||||
#modified from news item gcc-5-new-c++11-abi
|
||||
gcc_target="86_64-pc-linux-gnu-5.4.0"
|
||||
gcc_target="x86_64-pc-linux-gnu-5.4.0"
|
||||
if [ "$(gcc-config -c)" != "${gcc_target}" ]; then
|
||||
if gcc-config -l | grep -q "${gcc_target}"; then
|
||||
gcc-config "${gcc_target}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue