comparison src/binutils.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
27 $(INSTALL) -d '$(HOST_PREFIX)/share' 27 $(INSTALL) -d '$(HOST_PREFIX)/share'
28 echo "ac_cv_build=`$(1)/config.guess`" > '$(HOST_PREFIX)/share/config.site' 28 echo "ac_cv_build=`$(1)/config.guess`" > '$(HOST_PREFIX)/share/config.site'
29 29
30 cd '$(1)' && ./configure \ 30 cd '$(1)' && ./configure \
31 --target='$(TARGET)' \ 31 --target='$(TARGET)' \
32 --build="`config.guess`" \ 32 --build='$(BUILD_SYSTEM)' \
33 --prefix='$(BUILD_TOOLS_PREFIX)' \ 33 --prefix='$(BUILD_TOOLS_PREFIX)' \
34 --with-gcc \ 34 --with-gcc \
35 --with-gnu-ld \ 35 --with-gnu-ld \
36 --with-gnu-as \ 36 --with-gnu-as \
37 --disable-nls \ 37 --disable-nls \