
gcc marche pas
By: a guest on
Apr 24th, 2012 | syntax:
None | size: 0.51 KB | hits: 17 | expires: Never
$ svn diff
Index: gcc-plugin/src/Makefile.am
===================================================================
--- gcc-plugin/src/Makefile.am (revision 6493)
+++ gcc-plugin/src/Makefile.am (working copy)
@@ -25,7 +25,8 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
- -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1
+ -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1 \
+ $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS)
AM_LDFLAGS = -module --tag="$(GCC_FOR_PLUGIN_LIBTOOL_TAG)"