Changeset d8f9c9 in git


Ignore:
Timestamp:
Jan 27, 2015, 3:31:05 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
52a01d339a6b3235b8c72306c4bbd4079100a4a9
Parents:
12788378c05390cd718f6b3f5443a1413f1699a7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-27 15:31:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-27 15:32:25+01:00
Message:
Fix & "POLYMAKE_CXXFLAGS ->  FEXCEPTIONSFRTTI_CXXFLAGS"
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/polymake/Makefile.am

    r127883 rd8f9c9  
    66${FACTORY_INCLUDES} ${RESOURCES_INCLUDES} ${OMALLOC_INCLUDES} \
    77${FLINT_CFLAGS} ${NTL_CFLAGS} ${GMP_CFLAGS}
    8 # $(FEXCEPTIONS_FRTTI_CXXFLAGS) ??
     8# $(FEXCEPTIONSFRTTI_CXXFLAGS) ??
    99
    1010if SI_BUILTIN_POLYMAKE
     
    2323if SING_HAVE_POLYMAKE
    2424# forcefully enable exceptions for polymake
    25  CXXFLAGS+= $(FEXCEPTIONS_FRTTI_CXXFLAGS)
    26  PM_CXXFLAGS= ${FEXCEPTIONS_FRTTI_CXXFLAGS}
     25 CXXFLAGS+= $(FEXCEPTIONSFRTTI_CXXFLAGS)
     26 PM_CXXFLAGS= ${FEXCEPTIONSFRTTI_CXXFLAGS}
    2727 P_PROCS_MODULE_LDFLAGS+= ${PM_LDFLAGS}
    2828 polymake_la_LIBADD= ${PM_LIBS}
  • m4/flags.m4

    r127883 rd8f9c9  
    9898 AC_LANG_PUSH([C++])
    9999 AX_APPEND_COMPILE_FLAGS(${FLAGS}, [CXXFLAGS])
    100  AX_APPEND_COMPILE_FLAGS([-fexceptions -frtti], [FEXCEPTIONS_FRTTI_CXXFLAGS])
     100
     101 # separate parts of Singular have to be real C++ :)
     102 FFLAGS="-fexceptions -frtti"
     103 AX_APPEND_COMPILE_FLAGS(${FFLAGS}, [FEXCEPTIONSFRTTI_CXXFLAGS])
     104 AC_SUBST(FEXCEPTIONSFRTTI_CXXFLAGS)
     105 
    101106 AC_LANG_POP([C++])
    102107
    103108 AX_APPEND_LINK_FLAGS(${FLAGS})
    104 
    105  AC_SUBST(POLYMAKE_CXXFLAGS)
    106109
    107110 if test "x${ENABLE_DEBUG}" = xyes; then
Note: See TracChangeset for help on using the changeset viewer.