Merge pull request #66 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.ehubuux110
CommitLineData
d44e3c4f 1##############################################################################
2# Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
d44e3c4f 7#
8# Contributors:
9# Baji, Laszlo
10# Balasko, Jeno
11# Ormandi, Matyas
12# Pandi, Krisztian
13#
14##############################################################################
970ed795
EL
15SHELL=/bin/bash
16
17# GCC versions on Korsch: 2.95.3 3.0.4 3.3.6 3.4.6 4.1.2 4.2.1(sol6 only)
18# Default should be 3.0.4
19GCCVER := 4.3.2
20GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-sol8
21
22CC := $(GCCLOC)/bin/gcc
23CXX := $(GCCLOC)/bin/g++
24
25CPPFLAGS += -DYY_NO_INPUT
26
27CXXFLAGS += -Wno-char-subscripts
28
29# Useless to try to build on rhea (link will only succeed on korsch)
30
This page took 0.0301 seconds and 5 git commands to generate.