summaryrefslogtreecommitdiff
path: root/src/glsl/builtin_compiler/.gitignore
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-10-19 14:03:01 +0200
committerKenneth Graunke <kenneth@whitecape.org>2012-11-01 18:18:21 -0700
commit9948a33653088c2b9409f12924857643989657a5 (patch)
tree3b81d0caf60245caaa27cbbfd4edbb1518a82cbb /src/glsl/builtin_compiler/.gitignore
parent8d3fb1be6bd61e59fa241d6422419119956b7d90 (diff)
build: Don't cross-compile GLSL builtin compiler
The builtin_compiler binary is used during the build process to generate code for the builtin GLSL functions. Since this binary needs to be run on the build host, it must not be cross-compiled. This patch fixes the build system to compile a second version of the source files and the builtin_compiler binary itself for the build system. It does so by defining the CC_FOR_BUILD and CXX_FOR_BUILD variables, which are searched for by the configure script and point to the location of native C and C++ compilers. In order for this to work properly, builtin_function.cpp is removed from BUILT_SOURCES, otherwise the build system would try to generate it before having had a chance to descend into the builtin_compiler subdirectory. With the builtin_compiler and glsl_compiler now being generated at different stages, the build instructions for glsl_compiler can be simplified a bit. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/glsl/builtin_compiler/.gitignore')
-rw-r--r--src/glsl/builtin_compiler/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glsl/builtin_compiler/.gitignore b/src/glsl/builtin_compiler/.gitignore
new file mode 100644
index 00000000000..40c551baa22
--- /dev/null
+++ b/src/glsl/builtin_compiler/.gitignore
@@ -0,0 +1,6 @@
+builtin_compiler
+glcpp-lex.c
+glcpp-parse.c
+glcpp-parse.h
+glcpp-parse.output
+/Makefile