]> mj.ucw.cz Git - libucw.git/commitdiff
Do not make retros by default, since it does not compile on all CPU's
authorMartin Mares <mj@ucw.cz>
Tue, 11 Sep 2007 13:38:24 +0000 (15:38 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 11 Sep 2007 13:38:24 +0000 (15:38 +0200)
(it uses SSE intrinsics).

debug/sorter/Makefile

index 5a3e262eae27dd8741adee69785e370e594d5719..bcfcea058f6226cf09d7bdf5b1250a91e6436bf1 100644 (file)
@@ -1,7 +1,7 @@
 # Tests related to the new sorter
 
 DIRS+=debug/sorter
-PROGS+=$(addprefix $(o)/debug/sorter/,retros radix-file-test radix-asio-test radix-tune-bits radix-tune-thresh)
+PROGS+=$(addprefix $(o)/debug/sorter/,radix-file-test radix-asio-test radix-tune-bits radix-tune-thresh)
 
 $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH)
 $(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH)