typos matter

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-05-15 23:43:24 -04:00
parent a8aba53c52
commit 211d54f1ee
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -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}"