"franklynb" reported that there were 32/64 bit issues when compiling FFADO on his...
commit746f54f3cffb5e3fb77764f95ea6b3148e19b76f
authorjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Tue, 3 Dec 2013 10:59:30 +0000 (3 10:59 +0000)
committerjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Tue, 3 Dec 2013 10:59:30 +0000 (3 10:59 +0000)
tree53d40d9dfa8e77c3ea70b52aca6c959663f357e9
parentd43f7def3431dec0f75def72d21992919eee92c1
"franklynb" reported that there were 32/64 bit issues when compiling FFADO on his powerpc64 system.  After much experimenting he determined that the env.MergeFlags() call was not working.  This meant the "-m64" option was never being passed to the compiler.  His suggested fix follows the recommendation on the env.MergeFlags wiki page.

Also ensure that admin/config.guess is executed via /bin/sh explicitly.  This should result in the identification of the correct architecture even if config.guess is not set executable in the source tree.

git-svn-id: svn+ssh://ffado.org/ffado/trunk@2460 2be59082-3212-0410-8809-b0798e1608f0
libffado/SConstruct