parent
90af601123
commit
9915b365dc
@ -0,0 +1,24 @@ |
|||||||
|
#!/usr/bin/env bash |
||||||
|
|
||||||
|
./configure \ |
||||||
|
--prefix=${INSTALL_DIR} \ |
||||||
|
--host=${TARGET} \ |
||||||
|
--disable-shared \ |
||||||
|
--enable-static \ |
||||||
|
--disable-fast-install \ |
||||||
|
--with-pic \ |
||||||
|
--with-sysroot=${SYSROOT_PATH} \ |
||||||
|
--enable-asm \ |
||||||
|
--enable-check-asm \ |
||||||
|
--disable-rtcd \ |
||||||
|
--disable-doc \ |
||||||
|
--disable-extra-programs \ |
||||||
|
CC=${FAM_CC} \ |
||||||
|
CCLD=${FAM_LD} \ |
||||||
|
CCAS=${FAM_AS} \ |
||||||
|
RANLIB=${FAM_RANLIB} \ |
||||||
|
AR=${FAM_AR} |
||||||
|
|
||||||
|
${MAKE_EXECUTABLE} clean |
||||||
|
${MAKE_EXECUTABLE} -j${HOST_NPROC} |
||||||
|
${MAKE_EXECUTABLE} install |
Loading…
Reference in new issue