Skip to content
Snippets Groups Projects
Commit bef342ff authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable CPU optimizations that may break machines

parent 72c6f233
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ function recipe_update { ...@@ -15,7 +15,7 @@ function recipe_update {
function recipe_build { function recipe_build {
autoreconf -if autoreconf -if
wget -O autotools/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub wget -O autotools/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot" ./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-cpu-opt --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot"
make make
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment