fixed arch dependent option

This commit is contained in:
John Voltz 2008-03-06 19:48:39 +00:00
parent 06ce59d382
commit 61a3082080
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ else
ALSA_LIB_ABI:=
endif
ifeq ($(BR2_SOFT_FLOAT),y)
SOFT_FLOAT=--with-softfloat
endif
$(DL_DIR)/$(ALSA_LIB_SOURCE):
$(WGET) -P $(DL_DIR) $(ALSA_LIB_SITE)/$(ALSA_LIB_SOURCE)
@ -42,7 +46,7 @@ $(ALSA_LIB_DIR)/.configured: $(ALSA_LIB_DIR)/.unpacked
--enable-static \
--disable-docs \
--with-alsa-devdir=/dev \
--with-softfloat \
$(SOFT_FLOAT) \
$(DISABLE_NLS) \
)
touch $@