This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/42932] New: unknown endianness, Solaris 10 SPARC


% export
PATH=/cairo/tmp/jblaine:/usr/sfw/bin:/usr/ccs/bin:/usr/bin:/bin:/sbin:/usr/sbin

#
# Note /cairo/tmp/jblaine is in PATH for GNU find per bug
# 38715.  Everything else in the PATH is standard Solaris 10 SPARC.
#

% uname -a
SunOS cairo 5.10 Generic_138888-08 sun4u sparc SUNW,Sun-Fire-280R
% alias make=/usr/sfw/bin/gmake
% which gcc
/usr/sfw/bin/gcc
% gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

% ../gcc-4.4.3/configure --prefix=/cairo/tmp/4.4.3 --disable-shared

... finishes fine ...

% make

...

checking whether byte ordering is bigendian... unknown
configure: error: unknown endianness
presetting ac_cv_c_bigendian=no (or yes) will help
gmake[1]: *** [configure-target-libiberty] Error 1


-- 
           Summary: unknown endianness, Solaris 10 SPARC
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jblaine at mitre dot org


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


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