##// END OF EJS Templates
a
Unknown -
r475:54e0312c1fdc
parent child
Show More
@@ -35,8 +35,6 if [ "$ENABLE_NEXMON" = true ] && [ "$ENABLE_WIRELESS" = true ]; then
35 35 cd "${NEXMON_ROOT}" || exit
36 36
37 37 # Make ancient isl build
38 export CC="${NEXMON_ROOT}"/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-
39 export CC="${CC}"gcc
40 38 cd buildtools/isl-0.10 || exit
41 39 ./configure
42 40 make
@@ -51,7 +49,8 if [ "$ENABLE_NEXMON" = true ] && [ "$ENABLE_WIRELESS" = true ]; then
51 49 export KERNEL="${KERNEL_IMAGE}"
52 50 export ARCH=arm
53 51 export SUBARCH=arm
54
52 export CC="${NEXMON_ROOT}"/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-
53 export CC="${CC}"gcc
55 54 export CCPLUGIN="${NEXMON_ROOT}"/buildtools/gcc-nexmon-plugin/nexmon.so
56 55 export ZLIBFLATE="zlib-flate -compress"
57 56 export Q=@
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant