Confirmed users
180
edits
| Line 111: | Line 111: | ||
cat > mozconfig.rsppi | cat > mozconfig.rsppi | ||
##################################################################### | |||
export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig | export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig | ||
export CPPFLAGS="-I/usr/include/arm-linux-gnueabihf -D_STDC_PREDEF_H=1" | export CPPFLAGS="-I/usr/include/arm-linux-gnueabihf -D_STDC_PREDEF_H=1" | ||
| Line 158: | Line 159: | ||
ac_add_options --with-fpu=vfp | ac_add_options --with-fpu=vfp | ||
ac_add_options --with-arm-kuser | ac_add_options --with-arm-kuser | ||
##################################################################### | |||
# Finally build | # Finally build | ||