Merge pull request #66 from BenceJanosSzabo/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.ehubuux110
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
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
7 #
8 # Contributors:
9 # Baji, Laszlo
10 # Balasko, Jeno
11 # Ormandi, Matyas
12 # Pandi, Krisztian
13 #
14 ##############################################################################
15 SHELL=/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
19 GCCVER := 4.3.2
20 GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-sol8
21
22 CC := $(GCCLOC)/bin/gcc
23 CXX := $(GCCLOC)/bin/g++
24
25 CPPFLAGS += -DYY_NO_INPUT
26
27 CXXFLAGS += -Wno-char-subscripts
28
29 # Useless to try to build on rhea (link will only succeed on korsch)
30
This page took 0.030301 seconds and 5 git commands to generate.