Commit e2585139 authored by Jean-Paul Saman's avatar Jean-Paul Saman

arm: optimize for speed

parent c36ac444
......@@ -259,7 +259,7 @@ case $HOST in
;;
arm-linux)
echo "HAVE_ARM_LINUX = 1" >> config.mak
EXTRA_CFLAGS="-I\${STAGING}/usr/include -msoft-float"
EXTRA_CFLAGS="-I\${STAGING}/usr/include -Os -msoft-float"
EXTRA_CPPLAGS="-I\${STAGING}/usr/include"
EXTRA_LDFLAGS="-L\${STAGING}/lib -L\${STAGING}/usr/lib"
echo "PKG_CONFIG_LIBDIR=\${STAGING}/usr/lib/pkgconfig" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment