diff options
author | Ian Romanick <[email protected]> | 2008-01-03 15:08:53 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2008-01-23 15:25:52 -0800 |
commit | b3492a2052a8877739ddf430922ed48ae30d84da (patch) | |
tree | caac687c5622751691cfc6acb121f0f7dce9c127 /configs/default | |
parent | ffcb4d84984dde393d914e1a4af5b83488683071 (diff) |
Use HOST_CC for programs that will run on the build host
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 6ce0249a9a8..166205a1d31 100644 --- a/configs/default +++ b/configs/default @@ -18,6 +18,7 @@ DRM_SOURCE_PATH=$(TOP)/../drm # Compiler and flags CC = cc CXX = CC +HOST_CC = $(CC) CFLAGS = -O CXXFLAGS = -O GLU_CFLAGS = |