Mercurial > hg > octave-nkf
diff libinterp/oct-conf.in.h @ 20830:b65888ec820e draft default tip gccjit
dmalcom gcc jit import
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Fri, 27 Feb 2015 16:59:36 +0100 |
parents | 5bcbedf1d06d |
children |
line wrap: on
line diff
--- a/libinterp/oct-conf.in.h +++ b/libinterp/oct-conf.in.h @@ -410,6 +410,18 @@ #define OCTAVE_CONF_MAGICK_LIBS %OCTAVE_CONF_MAGICK_LIBS% #endif +#ifndef OCTAVE_CONF_LIBGCCJIT_CPPFLAGS +#define OCTAVE_CONF_LIBGCCJIT_CPPFLAGS %OCTAVE_CONF_LIBGCCJIT_CPPFLAGS% +#endif + +#ifndef OCTAVE_CONF_LIBGCCJIT_LDFLAGS +#define OCTAVE_CONF_LIBGCCJIT_LDFLAGS %OCTAVE_CONF_LIBGCCJIT_LDFLAGS% +#endif + +#ifndef OCTAVE_CONF_LIBGCCJIT_LIBS +#define OCTAVE_CONF_LIBGCCJIT_LIBS %OCTAVE_CONF_LIBGCCJIT_LIBS% +#endif + #ifndef OCTAVE_CONF_LLVM_CPPFLAGS #define OCTAVE_CONF_LLVM_CPPFLAGS %OCTAVE_CONF_LLVM_CPPFLAGS% #endif