Added nagylenard text
[deliverable/titan.core.git] / makefiles / Makefile.personal.ehubuux110
1 ###############################################################################
2 # Copyright (c) 2000-2015 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 SHELL=/bin/bash
9
10 # GCC versions on Korsch: 2.95.3 3.0.4 3.3.6 3.4.6 4.1.2 4.2.1(sol6 only)
11 # Default should be 3.0.4
12 GCCVER := 4.3.2
13 GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-sol8
14
15 CC := $(GCCLOC)/bin/gcc
16 CXX := $(GCCLOC)/bin/g++
17
18 CPPFLAGS += -DYY_NO_INPUT
19
20 CXXFLAGS += -Wno-char-subscripts
21
22 # Useless to try to build on rhea (link will only succeed on korsch)
23
This page took 0.034848 seconds and 5 git commands to generate.