------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-02-07 20:24 
-------
I tried to give it a look on alphaev68-dec-osf5.1b, but I couldn't get to the
point of configuring libgomp :)

cc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc/libiberty/../include   -Wc++-compat
../../gcc/libiberty/floatformat.c -o ./floatformat.o
cc: Error: ../../gcc/libiberty/floatformat.c, line 343: In this statement, the
libraries on this platform do not yet support compile-time evaluation of the
constant expression "0.0/0.0". (constfoldns)
        dto = NAN;


Doesn't the following work?

Index: libgomp/configure.tgt
===================================================================
--- libgomp/configure.tgt       (revision 110617)
+++ libgomp/configure.tgt       (working copy)
@@ -29,6 +29,10 @@
        config_path="linux/alpha linux posix"
        ;;

+    alpha*-dec-osf*)
+       XCFLAGS="${XCFLAGS} -pthread"
+       ;;
+
     ia64*-*-linux*)
        config_path="linux/ia64 linux posix"
        ;;


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26161

Reply via email to