derle.sh 312 B

1234567891011121314
  1. mkdir -v build
  2. cd build
  3. ../configure \
  4. --prefix=/tools \
  5. --host=$ONSISTEM_TARGET \
  6. --build=$(../scripts/config.guess) \
  7. --enable-kernel=3.2 \
  8. --with-headers=/tools/include \
  9. libc_cv_forced_unwind=yes \
  10. libc_cv_c_cleanup=yes
  11. make