1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-12 02:30:15 +02:00

disable asm, set common lib searchpath

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1692 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-08-18 08:12:02 +00:00
parent ae6bedd8c1
commit c17c5bbc5d

View File

@ -23,7 +23,7 @@ $(PKG_BUILD_DIR)/.configured:
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \ CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
./configure \ ./configure \
--target=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \
@ -47,6 +47,7 @@ $(PKG_BUILD_DIR)/.configured:
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--disable-rpath \ --disable-rpath \
--disable-asm \
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \ --with-gpg-error-prefix="$(STAGING_DIR)/usr" \
); );
touch $@ touch $@