aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sachs <msachs@apple.com>2006-06-13 17:45:29 +0000
committerMatthew Sachs <msachs@apple.com>2006-06-13 17:45:29 +0000
commit198f5475f2ee45319858b682fe797acaca0e365f (patch)
tree6f482941eab65f7206fb407265a7eb08c6917c5f
parent8cb9e4d15fb4c167b04e88fa49b68ed09c464172 (diff)
Fix missing APPLE LOCAL markerapple-local-200502-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@114617 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/lib/treelang.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/treelang.exp b/gcc/testsuite/lib/treelang.exp
index 09d6cdfa815..ce6b86fa7c8 100644
--- a/gcc/testsuite/lib/treelang.exp
+++ b/gcc/testsuite/lib/treelang.exp
@@ -139,6 +139,7 @@ proc treelang_target_compile { source dest type options } {
# TOOL_OPTIONS must come first, so that it doesn't override testcase
# specific options.
if [info exists TOOL_OPTIONS] {
+ # APPLE LOCAL mainline
set options [concat "{additional_flags=$TOOL_OPTIONS}" $options];
}