Compiling 3.9 for latest OpenElec
#7
Hang on... if that's the order in which you typed the commands...

$ [ -z "$CC" ] && echo "true" || echo "false"
false

... means that the -z test failed, which means $CC isn't zero length, yes? So $CC must have already been defined before you did the export.
Reply


Messages In This Thread
RE: Compiling 3.9 for latest OpenElec - by Prof Yaffle - 2014-02-17, 23:48
Logout Mark Read Team Forum Stats Members Help
Compiling 3.9 for latest OpenElec0