commit | b3492a2052a8877739ddf430922ed48ae30d84da | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Thu Jan 03 15:08:53 2008 -0800 |
committer | Ian Romanick <idr@us.ibm.com> | Wed Jan 23 15:25:52 2008 -0800 |
tree | caac687c5622751691cfc6acb121f0f7dce9c127 | |
parent | ffcb4d84984dde393d914e1a4af5b83488683071 [diff] [blame] |
Use HOST_CC for programs that will run on the build host
diff --git a/configs/default b/configs/default index 6ce0249..166205a 100644 --- a/configs/default +++ b/configs/default
@@ -18,6 +18,7 @@ # Compiler and flags CC = cc CXX = CC +HOST_CC = $(CC) CFLAGS = -O CXXFLAGS = -O GLU_CFLAGS =