Don't like ads? PRO users don't see any ads ;-)
Guest

gcc marche pas

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ svn diff
  2. Index: gcc-plugin/src/Makefile.am
  3. ===================================================================
  4. --- gcc-plugin/src/Makefile.am  (revision 6493)
  5. +++ gcc-plugin/src/Makefile.am  (working copy)
  6. @@ -25,7 +25,8 @@
  7.  
  8.  AM_CPPFLAGS =                                          \
  9.    -I$(top_srcdir)/include                              \
  10. -  -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1
  11. +  -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1 \
  12. +  $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS)
  13.  
  14.  AM_LDFLAGS = -module --tag="$(GCC_FOR_PLUGIN_LIBTOOL_TAG)"