From 055d0c234422ea5c543f527794fb26aa273cf04d Mon Sep 17 00:00:00 2001 From: Lenard Nagy <lenard.nagy@ericsson.com> Date: Mon, 20 Feb 2017 09:33:34 +0100 Subject: [PATCH] Remove unnecessary options Change-Id: I58e7148054baaebb6b6e131e45984101c2704a7b Signed-off-by: Lenard Nagy <lenard.nagy@ericsson.com> --- MakefileFOSS.cfg | 3 --- makefiles/Makefile.personal.tcclab5 | 12 +----------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 MakefileFOSS.cfg diff --git a/MakefileFOSS.cfg b/MakefileFOSS.cfg deleted file mode 100644 index 8456972c3..000000000 --- a/MakefileFOSS.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Configurations for the Free Open Source Software version -LICENSING := no -USAGE_STATS := no diff --git a/makefiles/Makefile.personal.tcclab5 b/makefiles/Makefile.personal.tcclab5 index e1fca369f..7a6dd3028 100644 --- a/makefiles/Makefile.personal.tcclab5 +++ b/makefiles/Makefile.personal.tcclab5 @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2000-2016 Ericsson Telecom AB +# Copyright (c) 2000-2017 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -14,16 +14,6 @@ ############################################################################## ## Based on /etc/autotest/titan_builder_cfg.py -FLEX := /usr/bin/flex -BISON := /usr/bin/bison - -COMPILERFLAGS += -pipe -pedantic -Wno-long-long -Wno-variadic-macros -Wextra -CCFLAGS += -Wno-overlength-strings -LDFLAGS += -Wl,-export-dynamic - -#CC := gcc-48 -#CXX:= g++-48 - OPENSSL_DIR := default JDKDIR := /home/titanrt/jenkins/jdk/jdk64 -- GitLab