Fix --enable-intermodule bootstrap
commit2bf878f6325d7704898bbaba0d8cd8f5da0c1991
authorBernhard Fischer <rep.dot.nop@gmail.com>
Tue, 27 Nov 2007 13:55:44 +0000 (27 14:55 +0100)
committeraldot <rep.dot.nop@gmail.com>
Tue, 27 Nov 2007 13:55:44 +0000 (27 14:55 +0100)
tree6dab281972bee9a0673f59d28107cc8e9cdb381e
parentec39913f851e02912a9b98634a665e3546b321fd
Fix --enable-intermodule bootstrap

Error was (on arm, xscale):
-o libbackend.o  \
          -DBASEVER="\"4.3.0\"" -DDATESTAMP="\" 20071127\"" \
          -DREVISION= \
          -DDEVPHASE="\" (experimental)\"" -DPKGVERSION="\"(GCC) \"" \
          -DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -combine
insn-opinit.c: In function 'init_all_optabs':
insn-opinit.c:443: warning: implicit declaration of function 'arm_vector_mode_supported_p'
/scratch/obj.i686/br2/buildroot/toolchain_build_arm_nofpu/gcc-4.3.0/gcc/config/a
rm/arm-protos.h:47: note: previous declaration of 'arm_vector_mode_supported_p'
was here
insn-opinit.c:443: error: incompatible implicit declaration of function 'arm_vector_mode_supported_p'
toolchain/gcc/4.3.0/993-arm_insn-opinit-RTX_CODE-fixup.patch [new file with mode: 0644]