comparison src/native-gcc.mk @ 3174:6e323510f5b5

Fix calls to UNPACK_PKG_ARCHIVE in src/*.mk files.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 24 Jul 2013 21:19:58 -0400
parents 09c2c23f4bf2
children e3944cf36a54
comparison
equal deleted inserted replaced
3173:33ba1ba99057 3174:6e323510f5b5
20 head -1 20 head -1
21 endef 21 endef
22 22
23 define $(PKG)_BUILD 23 define $(PKG)_BUILD
24 # unpack support libraries 24 # unpack support libraries
25 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-gmp) 25 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-gmp,$(TAR))
26 mv '$(1)/$(gcc-gmp_SUBDIR)' '$(1)/gmp' 26 mv '$(1)/$(gcc-gmp_SUBDIR)' '$(1)/gmp'
27 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpc) 27 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpc,$(TAR))
28 mv '$(1)/$(gcc-mpc_SUBDIR)' '$(1)/mpc' 28 mv '$(1)/$(gcc-mpc_SUBDIR)' '$(1)/mpc'
29 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpfr) 29 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpfr,$(TAR))
30 mv '$(1)/$(gcc-mpfr_SUBDIR)' '$(1)/mpfr' 30 mv '$(1)/$(gcc-mpfr_SUBDIR)' '$(1)/mpfr'
31 31
32 # build GCC and support libraries 32 # build GCC and support libraries
33 mkdir '$(1).build' 33 mkdir '$(1).build'
34 cd '$(1).build' && '$(1)/configure' \ 34 cd '$(1).build' && '$(1)/configure' \