Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3f069a71f03f284c121f1307516aa0cbf28e1b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
###############################################################################
# Copyright (c) 2007, 2009 IBM Corporation and others.
# 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# START NON-TRANSLATABLE
xlc.applicability.version.order=v8.0,v9.0,v10.1

xlc.c.compiler.option.optimization.arch=v8.0
xlc.c.compiler.option.optimization.arch.9.0=v9.0+
xlc.c.compiler.option.optimization.tune=v8.0
xlc.c.compiler.option.optimization.tune.9.0=v9.0+
xlc.c.compiler.option.ifp.dfp=v9.0+
xlc.c.compiler.option.preprocessor.PreprocessRemoveComments=v9.0+
xlc.c.compiler.option.ecd.optdebug=v9.0+
xlc.c.compiler.option.optimization.smp=v8.0,v9.0
xlc.c.compiler.option.optimization.smp.v10=v10.1
xlc.c.compiler.option.optimization.strict=v8.0,v9.0
xlc.c.compiler.option.optimization.strict.v10=v10.1
org.eclipse.cdt.managedbuilder.xlc.ui.cpp.option.output.unique.v10=v10.1
org.eclipse.cdt.managedbuilder.xlc.ui.cpp.option.namemangling=v8.0,v9.0
org.eclipse.cdt.managedbuilder.xlc.ui.cpp.option.namemangling.v10=v10.1
xlc.c.compiler.option.cc.tls=v8.0,v9.0
xlc.c.compiler.option.cc.tls.v10=v10.1
xlc.c.compiler.option.output.macros=v10.1
xlc.c.compiler.option.output.timestamps=v10.1
# END NON-TRANSLATABLE

Back to the top