mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
XL C/C++ compiler versions should not be translatable since they are used by the applicability calculator
This commit is contained in:
parent
c1691d732f
commit
1c5b36e9a9
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2007, 2008 IBM Corporation and others.
|
||||
# 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
|
||||
|
@ -8,10 +8,11 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
# START NON-TRANSLATABLE
|
||||
XLCompiler_v8=v8.0
|
||||
XLCompiler_v9=v9.0
|
||||
XLCompiler_v10=v10.1
|
||||
# END NON-TRANSLATABLE
|
||||
XLCompilerPreferencePage_0=XL C/C++ Compiler Preferences
|
||||
XLCompilerPreferencePage_1=Compiler Root Path:
|
||||
XLCompilerPreferencePage_2=Compiler Version:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2007, 2008 IBM Corporation and others.
|
||||
# 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
|
||||
|
@ -8,7 +8,7 @@
|
|||
# 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
|
||||
|
@ -29,3 +29,4 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue