]> git.saurik.com Git - redis.git/blobdiff - Makefile
Fixed 32bit make target to work on Linux out of the box
[redis.git] / Makefile
index c6a61b1e4caaaa83409fa857553ae0b7fb833dc8..9f7dde3a98d0a93fa3a85d1fa01ce04c00e51a37 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,10 @@ log:
        git log '--pretty=format:%ad %s' --date=short > Changelog
 
 32bit:
-       make ARCH="-arch i386"
+       @echo ""
+       @echo "WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
+       @echo ""
+       make ARCH="-m32"
 
 gprof:
        make PROF="-pg"