Magellan Linux

Diff of /smage/trunk/core/binutils/binutils-2.32-r3.smage2

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

revision 14381 by niro, Tue Jul 7 14:33:47 2020 UTC revision 14382 by niro, Thu Jul 9 13:42:58 2020 UTC
# Line 73  src_compile() Line 73  src_compile()
73   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
74    
75   # fixes compilation, use 'ar' instead of '${CHOST}-ar'   # fixes compilation, use 'ar' instead of '${CHOST}-ar'
76     # --enable-64-bit-bfd even on x86 required at least by grub
77   AR=ar \   AR=ar \
78   ../configure \   ../configure \
79   --host=${CHOST} \   --host=${CHOST} \

Legend:
Removed from v.14381  
changed lines
  Added in v.14382