summaryrefslogtreecommitdiffstats
path: root/newlib/testsuite/lib
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 23:10:21 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 23:10:21 +0000
commitf6bdb6f976de03403ac8aa50d203ced1c9faa7ab (patch)
tree7a5fab02afec927f26840e23e4776e1b67dc4b71 /newlib/testsuite/lib
parent4cf4f010fb845952130fc3f0fc158a9974ff6c32 (diff)
downloadcygnal-f6bdb6f976de03403ac8aa50d203ced1c9faa7ab.tar.gz
cygnal-f6bdb6f976de03403ac8aa50d203ced1c9faa7ab.tar.bz2
cygnal-f6bdb6f976de03403ac8aa50d203ced1c9faa7ab.zip
* testsuite/lib/newlib.exp (newlib_target_compile): Change
method of finding libgloss_target_dir.
Diffstat (limited to 'newlib/testsuite/lib')
-rw-r--r--newlib/testsuite/lib/newlib.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/testsuite/lib/newlib.exp b/newlib/testsuite/lib/newlib.exp
index e6e9d660b..3c2ab83aa 100644
--- a/newlib/testsuite/lib/newlib.exp
+++ b/newlib/testsuite/lib/newlib.exp
@@ -67,7 +67,7 @@ proc newlib_target_compile { source dest type options } {
[info exists gluefile] } {
lappend options "libs=$gluefile"
# This method of finding libgloss_target_dir may not work for some targets
- set libgloss_target_dir [lindex [split $host_triplet "-"] 0]
+ set libgloss_target_dir [lindex [split $target_triplet "-"] 0]
lappend options "ldflags=$wrap_flags -B$objdir/../libgloss/$libgloss_target_dir \
-L$objdir/../libgloss/$libgloss_target_dir \
-L$srcdir/../../libgloss/$libgloss_target_dir \