[hatari-devel] cmake and cross-compiling |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] cmake and cross-compiling
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Thu, 27 Dec 2012 11:09:43 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=AEDhpEyC6/9VVWlq6u56ivhyqObu3htsmW2DxH/SXGI=; b=Dr+URWtRKjkw2NWJLQ5cR2Dr5l4014JCOrmVU1USERmj+Yhc/0871JXr4w+9oT+EVO YXaAhR/+S4KcVj7tO/wbbIs3EeLbL8sCxTAUMtUN6jBtUj+eXtClTRwOsxrjbGLeVaXY qZLZNB55Oj3NqlDL2tmfB73fpQszeThcisjrVa+3KO1Cvy9k9DhK6KLbFWzM+7dDbFNm y63rP7UverbQy7PUmJvxd+bP9Zv+tFbE1CGI06YinsM4IXyepiJGCS43KWLR0sPf8IDI D70IBng+yPCaJBAzq6KgWx8FjsE74fObFvkP5m+BFpfXRXquGL1wjG0PcUGIxy/oZ5XY TGJQ==
Toolchain-mingw32.cmake uses CMAKE_FIND_ROOT_PATH in order to find its sysroot.
I really don't see why that is necessary since a proper cross compiler
will already have that set (using --with-sysroot= during build) - is
CMAKE_FIND_ROOT_PATH something that cmake really needs to cross
compile?
--
chs,