https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796
--- Comment #3 from Luka Perkov <luka.perkov at sartura dot hr> --- Hi Hans-Peter, (In reply to Hans-Peter Nilsson from comment #1) > I think you need to mention the options you passed to "configure". Does not > "--with-float=hard" work? I'd also expect a target triplet > arm-openwrt-linux-gnueabihf (note the "hf") to get the right defaults, maybe > even as the preferred means. > > I'd *not* expect the right thing to happen just passing CFLAGS_FOR_TARGET to > "make". You were right, to configure was not passed --with-float=hard. Doing that fixed the problem I was seeing. Thank you. Luka