comparison src/gcc.mk @ 1060:a4ef45a41359

upgrade package gcc-mpfr
author Mark Brand <mabrand@mabrand.nl>
date Mon, 14 Jun 2010 21:22:54 +0200
parents dd28c487a6b1
children c7b2a7ef1bf9
comparison
equal deleted inserted replaced
1059:da84021b5ce2 1060:a4ef45a41359
29 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpfr) 29 cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,gcc-mpfr)
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 # mpfr 3.0.0 configure expects these gmp headers here
35 mkdir '$(1)/build/gmp'
36 ln -s '$(1)/gmp/gmp-impl.h' '$(1)/build/gmp/'
37 ln -s '$(1)/gmp/longlong.h' '$(1)/build/gmp/'
34 cd '$(1)/build' && '$(1)/configure' \ 38 cd '$(1)/build' && '$(1)/configure' \
35 --target='$(TARGET)' \ 39 --target='$(TARGET)' \
36 --prefix='$(PREFIX)' \ 40 --prefix='$(PREFIX)' \
37 --enable-languages='c,c++,objc,fortran' \ 41 --enable-languages='c,c++,objc,fortran' \
38 --enable-version-specific-runtime-libs \ 42 --enable-version-specific-runtime-libs \