Magellan Linux

Diff of /trunk/core/gmp/gmp-6.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28205 by niro, Thu Jun 23 13:46:05 2016 UTC revision 28206 by niro, Thu Jun 23 14:13:00 2016 UTC
# Line 30  src_compile() Line 30  src_compile()
30   install -d ${SRCDIR}/build   install -d ${SRCDIR}/build
31   cd ${SRCDIR}/build   cd ${SRCDIR}/build
32   CPPFLAGS="-fexceptions" \   CPPFLAGS="-fexceptions" \
33   CC="gcc -isystem /usr/include" \   CC="gcc" \
34   CXX="g++ -isystem /usr/include" \   CXX="g++" \
35   LDFLAGS="-Wl,-rpath-link,/$(mlibdir)" \   LDFLAGS="-Wl,-rpath-link,/$(mlibdir)" \
36   ../configure \   ../configure \
37   --build=${CHOST} \   --build=${CHOST} \
# Line 52  src_compile() Line 52  src_compile()
52   cd ${SRCDIR}/build-m32   cd ${SRCDIR}/build-m32
53   CPPFLAGS="-fexceptions" \   CPPFLAGS="-fexceptions" \
54   ABI=32 \   ABI=32 \
55   CC="gcc -m${ABI} -isystem /usr/include" \   CC="gcc -m${ABI}" \
56   CXX="g++ -m${ABI} -isystem /usr/include" \   CXX="g++ -m${ABI}" \
57   LDFLAGS="-Wl,-rpath-link,/lib -m${ABI}" \   LDFLAGS="-Wl,-rpath-link,/lib -m${ABI}" \
58   ../configure \   ../configure \
59   --build=${CHOST} \   --build=${CHOST} \

Legend:
Removed from v.28205  
changed lines
  Added in v.28206