Magellan Linux

Diff of /smage/trunk/core/gmp/gmp-6.1.2-r1.smage2

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

revision 9496 by niro, Mon Mar 27 14:43:48 2017 UTC revision 9497 by niro, Tue Apr 18 08:47:23 2017 UTC
# Line 34  src_compile() Line 34  src_compile()
34   install -d ${SRCDIR}/build   install -d ${SRCDIR}/build
35   cd ${SRCDIR}/build   cd ${SRCDIR}/build
36   CPPFLAGS="-fexceptions" \   CPPFLAGS="-fexceptions" \
37   CC="gcc -isystem /usr/include" \   CC="gcc" \
38   CXX="g++ -isystem /usr/include" \   CXX="g++" \
39   LDFLAGS="-Wl,-rpath-link,/$(mlibdir)" \   LDFLAGS="-Wl,-rpath-link,/$(mlibdir)" \
40   ../configure \   ../configure \
41   --build=${CHOST} \   --build=${CHOST} \
# Line 56  src_compile() Line 56  src_compile()
56   cd ${SRCDIR}/build-m32   cd ${SRCDIR}/build-m32
57   CPPFLAGS="-fexceptions" \   CPPFLAGS="-fexceptions" \
58   ABI=32 \   ABI=32 \
59   CC="gcc -m${ABI} -isystem /usr/include" \   CC="gcc -m${ABI}" \
60   CXX="g++ -m${ABI} -isystem /usr/include" \   CXX="g++ -m${ABI}" \
61   LDFLAGS="-Wl,-rpath-link,/lib -m${ABI}" \   LDFLAGS="-Wl,-rpath-link,/lib -m${ABI}" \
62   ../configure \   ../configure \
63   --build=${CHOST} \   --build=${CHOST} \

Legend:
Removed from v.9496  
changed lines
  Added in v.9497