]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
memtest: enable smp as default.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 3 Oct 2013 09:52:59 +0000 (11:52 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 3 Oct 2013 09:52:59 +0000 (11:52 +0200)
lfs/memtest

index 9888e53ee80207eaf560cfd0e6ca6fbe5b6dc390..907bef46e4aa8283a09fd34cae18dc87d35b580e 100644 (file)
@@ -71,7 +71,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-#      cd $(DIR_APP) && sed -i -e "s| -fno-stack-protector||g" Makefile
+       # Enable SMP as default
+       cd $(DIR_APP) && sed -i -e "s|CONSERVATIVE_SMP 1|CONSERVATIVE_SMP 0|g" config.h
        cd $(DIR_APP) && sed -i -e "s|scp |echo |g" Makefile
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        -mkdir -p /usr/lib/memtest86+