Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Binutils was configured with:
- ../binutils/configure --build=$HOST --host=$HOST --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT --enable-gold=yes --disable-multilib
- Bootstrap GCC was configured with: (The bootstrap GCC was used to build glibc)
- ../gcc/configure --build=$HOST --host=$HOST --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT --without-headers --with-newlib --disable-threads --disable-shared --enable-languages=c,c++ --disable-multilib
- glibc for the target was configured with:
- ../glibc/configure --build=$HOST --host=$TARGET --prefix=$SYSROOT --with-sysroot=$SYSROOT --disable-multilib
- Full GCC was configured with:
- ../gcc/configure --build=$HOST --host=$HOST --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT --enable-languages=all --disable-multilib
- where:
- $HOST = x86_64-linux-gnu
- $TARGET = i686-linux-gnu
- $PREFIX = /buildtools/linux/x86-32/usr
- $SYSROOT = /buildtools/linux/x86-32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement