probonopd 3 years ago committed by GitHub
parent 2a20eb82a0
commit bb0a92d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -23,7 +23,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make mrproper || true
./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS}
./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS} -o KERNEL_MAX_SIZE=0x400000
make -j
# Build additional libraries

Loading…
Cancel
Save