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

Re: [buildrobot] i686-interix3 --enable-obsolete


On Tue, 2013-11-26 04:27:37 +0100, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> Build log at
> http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=39836

After Kais recent change, parts of it is fixed. Right now (cf.
http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=42497),
it looks like this:

g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/. -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace    -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/. -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace   \
../../../gcc/gcc/config/i386/winnt.c
../../../gcc/gcc/config/i386/winnt.c: In function âvoid i386_pe_unique_section(tree, int)â:
../../../gcc/gcc/config/i386/winnt.c:418:8: error: âflag_writable_rel_rdataâ was not declared in this scope
   if (!flag_writable_rel_rdata)
        ^
../../../gcc/gcc/config/i386/winnt.c: In function âunsigned int i386_pe_section_type_flags(tree, const char*, int)â:
../../../gcc/gcc/config/i386/winnt.c:476:8: error: âflag_writable_rel_rdataâ was not declared in this scope
   if (!flag_writable_rel_rdata)
        ^
make[2]: *** [winnt.o] Error 1


The interix3 target won't include cygming.opt and thus miss the flag.

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:                 Friends are relatives you make for yourself.
the second  :

Attachment: signature.asc
Description: Digital signature


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