This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34205] iwmmxt type/size error
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2007 17:09:09 -0000
- Subject: [Bug bootstrap/34205] iwmmxt type/size error
- References: <bug-34205-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from aldot at gcc dot gnu dot org 2007-11-26 17:09 -------
I don't see an explicit -fshort-enums in my flags..
I'm using this:
CFLAGS_FOR_TARGET="-Os -pipe -fno-tree-loop-optimize -fno-tree-dominator-opts
-fno-strength-reduce -fno-branch-count-reg
-I/there/build_armeb/staging_dir/usr/include
-I/there/build_armeb/staging_dir/include
--sysroot=/there/build_armeb/staging_dir/ -isysroot
/there/build_armeb/staging_dir -mtune=iwmmxt -march=iwmmxt -mabi=iwmmxt
-msoft-float -mfloat-abi=soft" \
/there/toolchain_build_armeb_nofpu/gcc-4.3.0/configure \
--prefix=/usr \
--build=i386-pc-linux-gnu \
--host=armeb-linux-uclibcgnueabi \
--target=armeb-linux-uclibcgnueabi \
--enable-languages=c,fortran \
--with-gxx-include-dir=/usr/include/c++ \
--disable-__cxa_atexit \
--with-gnu-ld \
--enable-shared \
--with-gmp="/there/build_armeb/gmp-4.2.2" \
--with-mpfr="/there/build_armeb/mpfr-2.3.0" \
--disable-nls \
--enable-threads \
--disable-multilib \
--with-float=soft
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34205