Two fixes for crosscompiled win32 simulators: * Make crosscompiled sims a console...
commit472b9a7b5f014fe015d2589a6c835a716c0c30ca
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Jun 2008 18:45:16 +0000 (11 18:45 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Jun 2008 18:45:16 +0000 (11 18:45 +0000)
tree4d9c342ea508f4e93f6b36a15fdb82c9341f5796
parent195a02297593cd7fdfa9ae53b00dc246affa25e7
Two fixes for crosscompiled win32 simulators: * Make crosscompiled sims a console application like on cygwin, so debug output to the console works again. * Kill the thousands of visibility warnings when crosscompiling a win32 sim on a 64 bit linux host. The 64 bit linker flags must not be used when cross-linking.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17714 a1c6a512-1295-4272-9138-f99709370657
tools/configure