Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=f6083f7ea090525ffad2a1c7ef19afcdf4c1551a
commit f6083f7ea090525ffad2a1c7ef19afcdf4c1551a Author: crazy <[email protected]> Date: Fri Jan 26 04:50:57 2018 +0100 cross32.sh: fix typo diff --git a/source/include/cross32.sh b/source/include/cross32.sh index 5e1b618..5478e32 100644 --- a/source/include/cross32.sh +++ b/source/include/cross32.sh @@ -102,7 +102,7 @@ __cross32_set_vars() { ## common export CFLAGS="${CFLAGS_ORIG/x86-64/i686}" - export CXXFLAGS="${CXXLAGS_ORIG/x86-64/i686}" + export CXXFLAGS="${CXXFLAGS_ORIG/x86-64/i686}" export CHOST="i686-frugalware-linux" export CC="gcc -m32" export CXX="g++ -m32" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
