Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.27.2-r4.smage2

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

revision 10592 by niro, Fri Aug 25 08:36:21 2017 UTC revision 10593 by niro, Fri Aug 25 08:37:48 2017 UTC
# Line 188  src_compile() Line 188  src_compile()
188   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
189    
190   make oldconfig || die   make oldconfig || die
191   mmake CC=musl-gcc V=1 || die   mmake -j1 CC=musl-gcc V=1 || die
192    
193   # create a busybox.links file   # create a busybox.links file
194   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die   HOSTCC=musl-gcc sh applets/busybox.mkll | sort > busybox.links || die

Legend:
Removed from v.10592  
changed lines
  Added in v.10593