Commit 15a7ee9f by Franz Sirl Committed by Franz Sirl

objc.exp (objc_target_compile): Add ${rootme} to ld_library_path variable.

        2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
        variable.

From-SVN: r43351
parent a821898d
2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
variable.
2001-06-12 Richard Henderson <rth@redhat.com>
* g++.old-deja/g++.other/crash27.C: Don't XFAIL.
......
# Copyright (C) 1992, 1993, 1994, 1996, 1997, 2000 Free Software Foundation, Inc.
# Copyright (C) 1992, 1993, 1994, 1996, 1997, 2000, 2001
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -113,13 +114,14 @@ proc objc_init { args } {
}
proc objc_target_compile { source dest type options } {
global rootme;
global tmpdir;
global gluefile wrap_flags;
global OBJC_UNDER_TEST
global TOOL_OPTIONS
global ld_library_path
set ld_library_path "."
set ld_library_path ".:${rootme}"
lappend options "libs=-lobjc"
# On Solaris 2.8, we need to include libposix4 in order to get
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment