------- Comment #37 from howarth at nitro dot med dot uc dot edu 2010-04-11
13:56 -------
Actually, it has to be...
@@ -30,8 +30,8 @@
#set_board_info host_library_path "[file dirname [file dirname [file dirname
[file dirname [file dirname [exec [find_gcc] --print-prog-name=cc1]]]]]]/lib"
-# Do not use -lm on Cygwin
-if { [istarget "*-*-cygwin*"] } {
+# Do not use -lm on Cygwin or Darwin
+if { [istarget "*-*-cygwin*"] || [istarget "*-*-darwin9*"] || [istarget
"*-*-darwin2*"] || [istarget "*-*-darwin1*"] } {
set_board_info mathlib ""
}
as dejagnu doesn't appear to support the [921] regex syntax. Also, I wouldn't
hold my breath for this showing up in a dejagnu release anytime soon since
there hasn't been an update since 2004.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333