projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa1692
)
Use CFLAGS as HOST_CFLAGS by default
author
Dan Nicholson
<dbn.lists@gmail.com>
Sat, 12 Sep 2009 16:27:01 +0000
(09:27 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Sat, 12 Sep 2009 16:35:43 +0000
(09:35 -0700)
Unless we're cross compiling, the HOST_CFLAGS should be the same as the
normal CFLAGS. This allows the x86 and x86_64 asm to be built correctly
with a native compiler using -m32/-m64.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index
773a620
..
7547703
100644
(file)
--- a/
configs/default
+++ b/
configs/default
@@
-23,6
+23,7
@@
HOST_CC = $(CC)
CFLAGS = -O
CXXFLAGS = -O
LDFLAGS =
+HOST_CFLAGS = $(CFLAGS)
GLU_CFLAGS =
# Compiler for building demos/tests/etc