]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Move STANDARD_STARTFILE_PREFIX_1 and STANDARD_STARTFILE_PREFIX_2 back to gcc.c
authorKhem Raj <raj.khem@gmail.com>
Sat, 31 Aug 2019 05:23:13 +0000 (22:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2019 21:37:48 +0000 (22:37 +0100)
commit2ad649ee9027011ae7bf6fd95417237b86e394e5
tree0d50600d1ee811f59c1c3a0ee0f68f3bf0465d0b
parentcd6f377591a7bd7b3c61ce580f997aaeffab3df3
gcc: Move STANDARD_STARTFILE_PREFIX_1 and STANDARD_STARTFILE_PREFIX_2 back to gcc.c

when compiling for ppc64, build emits additional
STANDARD_STARTFILE_PREFIX_1 and STANDARD_STARTFILE_PREFIX_2 into
gcc/defaults.h which is not conditional because it really want to
override others with this new value, but it ends up with two definitions
since it gets emitted _after_ the definition this patch moves to
default.h and ends up in duplicate defines.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch