]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: split CPPFLAGS between build & host
authorMike Frysinger <vapier@gentoo.org>
Mon, 31 Oct 2022 07:35:13 +0000 (13:20 +0545)
committerMike Frysinger <vapier@gentoo.org>
Wed, 2 Nov 2022 15:14:14 +0000 (20:59 +0545)
commitfde7c6bf646146aa342919b413dff07f558d55dc
tree5b617116d058a48dcd7af66cba9f149759de1afc
parente4f2bc9c05303d399093a8b944ce4b07fa86c513
sim: split CPPFLAGS between build & host

In order to merge more common/ files into the top-level, we need to
add more host flags to CPPFLAGS, and that conflicts with our current
use with build-time tools.  So split them apart like we do with all
other build flags to avoid the issue.
sim/Makefile.am
sim/Makefile.in
sim/arch-subdir.mk.in
sim/common/local.mk
sim/configure
sim/m4/sim_ac_toolchain.m4