summaryrefslogtreecommitdiff
path: root/test/Rules.mak
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
commit905b94adb175aacee1aaaed4ef48f99da7447d3e (patch)
treec8fa004c82ea848628f9b3cabb00df17cbcb3448 /test/Rules.mak
parent8852947daad111938ba951471566e634e8c2e2c9 (diff)
Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
Diffstat (limited to 'test/Rules.mak')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index dfd2d4f61..9d823d0c4 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -61,7 +61,7 @@ endif
# Select the compiler needed to build binaries for your development system
HOSTCC = gcc
-HOSTCFLAGS = -O2 -Wall
+BUILD_CFLAGS = -O2 -Wall
#--------------------------------------------------------