summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-06-12 14:10:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-06-12 14:10:44 +0000
commit014a65964c200155ec01d633c8653c3840cec9c2 (patch)
tree2a0f56e94e232bb3be8563f3a80fe45bbeaf4c53 /tools/Makefile
parent726052354a8a77b85e11c620e3c9fbe98522ff57 (diff)
downloaddrakx-014a65964c200155ec01d633c8653c3840cec9c2.tar
drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.gz
drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.bz2
drakx-014a65964c200155ec01d633c8653c3840cec9c2.tar.xz
drakx-014a65964c200155ec01d633c8653c3840cec9c2.zip
merge with x86_64-branch
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 244b23bd9..b3a17a636 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@ DEST = $(ROOTDEST)/Mandrake/mdkinst
RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm)
DIRS = ddcprobe serial_probe aewm-drakx
BASE = $(ROOTDEST)/Mandrake/base
-CFLAGS = -Wall
+CFLAGS = -Wall -Os
ARCH := $(shell arch | egrep "(x86_64|sparc64|s390x)")
ifneq ("x$(ARCH)", "x")