Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mkdir build-gcc
  2. cd build-gcc
  3. ../gcc-x.y.z/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --enable-languages=c,c++ --without-headers
  4. make all-gcc
  5. make all-target-libgcc
  6. make install-gcc
  7. make install-target-libgcc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement