Added support for gcc-5.0.0

Tested with snapshot gcc-5-20150215.tar.bz2
This commit is contained in:
Henry
2015-02-23 08:44:18 +00:00
parent f6e868e1f7
commit 88b6f63bb3
122 changed files with 43 additions and 685 deletions

View File

@ -1,12 +0,0 @@
# handle Coco/R attributed grammars written for the C++ version
# http://www.ssw.uni-linz.ac.at/Coco/
# http://github.com/olesenm/coco-cpp/
#
SUFFIXES += .atg
atgtoo = \
$(WM_THIRD_PARTY_DIR)/platforms/$(WM_ARCH)$(WM_COMPILER)/coco-cpp/bin/coco-cpp \
-single \
$< -o $(OBJECTS_DIR) && \
$(CC) $(c++FLAGS) -c $(@D)/$(<F).cpp -o $@

View File

@ -5,7 +5,6 @@ SUFFIXES=
include $(GENERAL_RULES)/version
include $(GENERAL_RULES)/flex
include $(GENERAL_RULES)/flex++
## include $(GENERAL_RULES)/coco-cpp
## include $(GENERAL_RULES)/byacc
## include $(GENERAL_RULES)/btyacc++
include $(GENERAL_RULES)/bison