Configure: If cross-compiling to linux, pick the proper hints file
authorBrian Fraser <fraserbn@gmail.com>
Fri, 15 Nov 2013 06:39:02 +0000 (03:39 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:22 +0000 (14:44 -0300)
commit6f3725474c2b0688150913d4ee342bd2bc600eef
treed34145431d5acb987022d11f6c8b9974bb64964d
parent8264380738475a9f04fbb7b870fa4adcc701daf9
Configure: If cross-compiling to linux, pick the proper hints file

Something like arm-linux-gnueabihf -- which is what the raspberry pi
gets as its targetarch -- is really just plain Linux, so set osname
to that and load up the hints file.
Configure