public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "register at ykoctpa dot ru" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/40974] [4.6/4.7/4.8 Regression] cannot build gcc-4.4.1: fenv_t has not been declared
Date: Mon, 18 Feb 2013 05:10:00 -0000	[thread overview]
Message-ID: <bug-40974-4-Lu0AwthY75@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-40974-4@http.gcc.gnu.org/bugzilla/>


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

vde <register at ykoctpa dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |register at ykoctpa dot ru

--- Comment #54 from vde <register at ykoctpa dot ru> 2013-02-18 05:09:33 UTC ---
same issue trying to compile gcc 4.7.2 for mips - by openWRT toolchain for
AR-71XXX

mips-openwrt-linux-uclibc-c++     -x c++-header -nostdinc++ -g -Os
-I/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/mips-openwrt-linux-uclibc/libstdc++-v3/include/mips-openwrt-linux-uclibc
-I/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/mips-openwrt-linux-uclibc/libstdc++-v3/include
-I/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/libstdc++-v3/libsupc++
-O2 -g -std=gnu++0x
/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/libstdc++-v3/include/precompiled/stdc++.h
\
-o mips-openwrt-linux-uclibc/bits/stdc++.h.gch/O2ggnu++0x.gch
In file included from
/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/mips-openwrt-linux-uclibc/libstdc++-v3/include/cfenv:41:0,
                 from
/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/libstdc++-v3/include/precompiled/stdc++.h:54:
/opt/open-WRT/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/gcc-linaro-4.7-2012.12/mips-openwrt-linux-uclibc/libstdc++-v3/include/fenv.h:36:24:
fatal error: fenv.h: No such file or directory
compilation terminated.


configured with

AR=mips-openwrt-linux-uclibc-ar \
AS="mips-openwrt-linux-uclibc-gcc -c -Os -pipe -mips32r2 -mtune=mips32r2
-fno-caller-saves -mno-branch-likely -fhonour-copts
-Wno-error=unused-but-set-variable -msoft-float" \
LD=mips-openwrt-linux-uclibc-ld NM=mips-openwrt-linux-uclibc-nm
CC="mips-openwrt-linux-uclibc-gcc" \
GCC="mips-openwrt-linux-uclibc-gcc" \
CXX="mips-openwrt-linux-uclibc-g++" \
RANLIB=mips-openwrt-linux-uclibc-ranlib \
STRIP=mips-openwrt-linux-uclibc-strip OBJCOPY=mips-openwrt-linux-uclibc-objcopy
\
OBJDUMP=mips-openwrt-linux-uclibc-objdump \
SIZE=mips-openwrt-linux-uclibc-size \
./configure  \
--build=i686-redhat-linux \
--host=mips-openwrt-linux-uclibc \
--target=mips-openwrt-linux-uclibc \
--enable-languages="c,c++" --enable-shared --disable-__cxa_atexit
--enable-target-optspace \
--with-gnu-ld --disable-nls --disable-libmudflap --disable-multilib
--enable-threads  \
--with-float=soft  \
--with-gmp=/opt/open-WRT/trunk/staging_dir/target-mips_r2_uClibc-0.9.33.2 \
--with-mpfr=/opt/open-WRT/trunk/staging_dir/target-mips_r2_uClibc-0.9.33.2 \
--with-mpc=/opt/open-WRT/trunk/staging_dir/target-mips_r2_uClibc-0.9.33.2 \
--disable-decimal-float --with-mips-plt --disable-libssp --disable-tls \
--with-slibdir=/opt/open-WRT/trunk/staging_dir/toolchain-mips_r2_gcc-4.7.2_uClibc-0.9.33.2/lib
\
--with-sysroot=/opt/open-WRT/trunk/staging_dir/target-mips_r2_uClibc-0.9.33.2


  parent reply	other threads:[~2013-02-18  5:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-40974-4@http.gcc.gnu.org/bugzilla/>
2010-09-30 12:20 ` [Bug libstdc++/40974] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu.org
2010-11-12 14:02 ` rguenth at gcc dot gnu.org
2010-11-22 19:46 ` jakub at gcc dot gnu.org
2011-06-27 13:35 ` [Bug libstdc++/40974] [4.3/4.4/4.5/4.6/4.7 " rguenth at gcc dot gnu.org
2012-03-13 13:55 ` [Bug libstdc++/40974] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:42 ` [Bug libstdc++/40974] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-02-18  5:10 ` register at ykoctpa dot ru [this message]
2013-04-12 15:16 ` [Bug libstdc++/40974] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-06-12 13:45 ` [Bug libstdc++/40974] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:42 ` [Bug libstdc++/40974] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:20 ` [Bug libstdc++/40974] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:08 ` [Bug libstdc++/40974] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:35 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-40974-4-Lu0AwthY75@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).