Do not allow multilib

This commit is contained in:
Jeremy Soller 2019-04-15 21:07:50 -06:00
parent 185fd55884
commit f903bc383b
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -169,6 +169,7 @@ $(PREFIX)/gcc-install: $(PREFIX)/gcc | $(PREFIX)/relibc-freestanding-install
--with-sysroot \
--with-build-sysroot="$(ROOT)/$(PREFIX)/relibc-freestanding-install/$(TARGET)" \
--with-native-system-header-dir="/include" \
--disable-multilib \
--disable-nls \
--disable-werror \
--enable-languages=c,c++ \