diff options
author | John Baldwin <jhb@FreeBSD.org> | 2021-04-15 16:03:15 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2021-04-15 16:04:55 -0700 |
commit | 10737236a0fd768ba207d23f451505c85a35d60e (patch) | |
tree | 1adf60771e51b7f58d733dbc20bdeb9e420f81cd /sim/common/ChangeLog | |
parent | c45ecc9d169436937d06491aa2bf175113e2d502 (diff) | |
download | gdb-10737236a0fd768ba207d23f451505c85a35d60e.zip gdb-10737236a0fd768ba207d23f451505c85a35d60e.tar.gz gdb-10737236a0fd768ba207d23f451505c85a35d60e.tar.bz2 |
sim: Add SIM_EXTRA_CFLAGS after CSEARCH.
The bfin sim adds include paths for the SDL libraries. These include
paths might include headers for different version of binutils. Move
SIM_EXTRA_CFLAGS after CSEARCH to ensure local includes are always
preferred to external includes.
sim/common/ChangeLog:
* Make-common.in (CONFIG_CFLAGS): Remove SIM_EXTRA_CFLAGS.
(ALL_CLAGS, COMMON_DEP_CFLAGS): Add SIM_EXTRA_CFLAGS after
CSEARCH.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index dd4391e..c8782d7 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2021-04-15 John Baldwin <jhb@FreeBSD.org> + + * Make-common.in (CONFIG_CFLAGS): Remove SIM_EXTRA_CFLAGS. + (ALL_CLAGS, COMMON_DEP_CFLAGS): Add SIM_EXTRA_CFLAGS after + CSEARCH. + 2021-04-12 Mike Frysinger <vapier@gentoo.org> * sim-cpu.c (sim_cpu_alloc_all): Delete 3rd arg. Delete 2nd arg to |