Skip to content
Snippets Groups Projects
Commit e7f3499b authored by rtoy's avatar rtoy
Browse files

Oops. For x86 builds, we don't want to clean out everything on the

last build because we need the libraries to persist so we can have x87
and sse2 versions of them.
parent 3810c313
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ BUILD_WORLD2= ...@@ -178,7 +178,7 @@ BUILD_WORLD2=
buildit buildit
TARGET=$BASE-4 TARGET=$BASE-4
#CLEAN_FLAGS="-K all" CLEAN_FLAGS="-K all"
OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE" OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE"
ENABLE=$ENABLE4 ENABLE=$ENABLE4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment