|
|
@ -2,18 +2,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
./configure \ |
|
|
|
./configure \ |
|
|
|
--prefix=${INSTALL_DIR} \ |
|
|
|
--prefix=${INSTALL_DIR} \ |
|
|
|
--target=${TARGET} \ |
|
|
|
|
|
|
|
--host=${TARGET} \ |
|
|
|
--host=${TARGET} \ |
|
|
|
--with-sysroot=${SYSROOT_PATH} \ |
|
|
|
--with-sysroot=${SYSROOT_PATH} \ |
|
|
|
--disable-shared \ |
|
|
|
--disable-shared \ |
|
|
|
--enable-static \ |
|
|
|
--enable-static \ |
|
|
|
--with-pic \ |
|
|
|
--with-pic \ |
|
|
|
|
|
|
|
--disable-fast-install \ |
|
|
|
--disable-analyzer-hooks \ |
|
|
|
--disable-analyzer-hooks \ |
|
|
|
--disable-decoder \ |
|
|
|
|
|
|
|
--disable-gtktest \ |
|
|
|
--disable-gtktest \ |
|
|
|
--disable-frontend \ |
|
|
|
--disable-frontend \ |
|
|
|
CC=${FAM_CC} \ |
|
|
|
CC=${FAM_CC} \ |
|
|
|
LD=${FAM_LD} \ |
|
|
|
|
|
|
|
AR=${FAM_AR} \ |
|
|
|
AR=${FAM_AR} \ |
|
|
|
RANLIB=${FAM_RANLIB} |
|
|
|
RANLIB=${FAM_RANLIB} |
|
|
|
|
|
|
|
|
|
|
|