Matthias, does the solution below work for you? On Tue, Aug 23, 2011 at 03:03:03PM +0100, Andrew Stubbs wrote: > On 22/08/11 11:33, Matthias Klose wrote: > >the current gcc-4.6 packages build for both softfp and hard, so that the > >armel > >and (not yet existing) armhf packages can be installed together in the > >system. > >To enable multilib, I currently use the rather complicated arm-multilib.diff, > >which works, but doesn't seem to be correct. With the much simpler > >arm-ml2.diff, > >the directory for the default multilib is not resolved to . (as done for e.g. > >amd64). > > Ok, I *think* I see the problem: you're not supposed to list the > default library as a multilib. > > Try this: > > ------8<------------>8------ > ifeq ($(with_float),hard) > MULTILIB_OPTIONS = mfloat-abi=softfp > MULTILIB_DIRNAMES = sf > .... > else > MULTILIB_OPTIONS = mfloat-abi=hard > MULTILIB_DIRNAMES = hf > .... > endif > ------8<------------>8------ > > Andrew > > _______________________________________________ > linaro-toolchain mailing list > linaro-toolchain@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-toolchain -- Christian Robottom Reis, Engineering VP Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935 Linaro.org: Open Source Software for ARM SoCs
_______________________________________________ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain