summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6a61b1e4..9f7dde3a9 100644
--- 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"