New Solaris Makefile.personal added
[deliverable/titan.core.git] / makefiles / Makefile.personal.ehubuux110
CommitLineData
970ed795
EL
1###############################################################################
2# Copyright (c) 2000-2014 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###############################################################################
8SHELL=/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
12GCCVER := 4.3.2
13GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-sol8
14
15CC := $(GCCLOC)/bin/gcc
16CXX := $(GCCLOC)/bin/g++
17
18CPPFLAGS += -DYY_NO_INPUT
19
20CXXFLAGS += -Wno-char-subscripts
21
22# Useless to try to build on rhea (link will only succeed on korsch)
23
This page took 0.031817 seconds and 5 git commands to generate.