Mark H Weaver <m...@netris.org> skribis: > I've pushed a new branch 'wip-armhf' (not to be confused with 'wip-arm') > which seems likely to finish natively building bootstrap tarballs soon. > It is based on the 'core-updates' branch.
Cool! > I chose system name "armhf-linux", GNU triplet "arm-linux-gnueabihf", > and the following GCC configure flags: > > --with-arch=armv7-a > --with-float=hard > --with-mode=thumb > --with-fpu=vfpv3-d16 Does it mean that GCC generates Thumb code by default? Thanks, Ludo’.