From: Michael Gernoth Date: Thu, 19 May 2011 18:19:09 +0000 (+0200) Subject: change compiler calls, this fixes potential toolchain-problems X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/3d38406656eeeec9f3effffd6fc30c7b0f2173fe?hp=3d38406656eeeec9f3effffd6fc30c7b0f2173fe change compiler calls, this fixes potential toolchain-problems It seems cc-option from the kenrel Makefiles does not like it when the cross-compiler is directly specified and sometimes generates wrong arch-info due to this. This just leads to unbuildable code, not to problems in successfully built modules. ---