Skip to content

Instantly share code, notes, and snippets.

@ildus
Created August 23, 2015 00:43
Show Gist options
  • Save ildus/774218e3a70af32d7fbd to your computer and use it in GitHub Desktop.
Save ildus/774218e3a70af32d7fbd to your computer and use it in GitHub Desktop.
../gcc-4.9.2/configure \
--target=$LFS_TGT \
--prefix=/tools \
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--with-local-prefix=/tools \
--with-native-system-header-dir=/tools/include \
--disable-nls \
--disable-shared \
--disable-multilib \
--disable-decimal-float \
--disable-threads \
--disable-libatomic \
--disable-libgomp \
--disable-libitm \
--disable-libquadmath \
--disable-libsanitizer \
--disable-libssp \
--disable-libvtv \
--disable-libcilkrts \
--disable-libstdc++-v3 \
--enable-languages=c,c++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment