Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/testsuite/lib/flags.exp')
-rw-r--r--newlib/testsuite/lib/flags.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/testsuite/lib/flags.exp b/newlib/testsuite/lib/flags.exp
index e1e9acb18..697291e7a 100644
--- a/newlib/testsuite/lib/flags.exp
+++ b/newlib/testsuite/lib/flags.exp
@@ -4,6 +4,13 @@
# is freely granted, provided that this notice is preserved.
#
+if [info exists env(XGCC_FLAGS_FOR_TARGET)] {
+ verbose "GCC, newlib combined tree, build-tree testing; using standard search paths"
+ # ... instead of the search paths built here, based on 'objdir' as set in
+ # newlib's 'site.exp', which always points to the default multilib.
+ return
+}
+
# flags.exp: overrides the dejagnu versions of libgloss_link_flags,
# newlib_link_flags, and newlib_include_flags.