This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC|T] 'shared library only build' testsuite fixes


On Nov 2, 2005, at 1:23 PM, Andreas Tobler wrote:
--- lib/target-libpath.exp    (revision 106378)
+++ lib/target-libpath.exp    (working copy)

+    set shlib_ext "dll"
+    } elseif { [ istarget hppa*-*-hpux* ] } {
+    set shlib_ext "sl"
+    } else {
+    set shlib_ext "so"
+    }
+    return $shlib_ext
+}
\ No newline at end of file

--- lib/objc.exp    (revision 106378)
+++ lib/objc.exp    (working copy)

@@ -295,5 +308,4 @@
     #send_user "After:$text\n"

     return $text
-}
-
+}
\ No newline at end of file

I'd expect you to fix these two of course.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]