mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
sim: common: remove unused include paths
A bunch of these paths don't include any headers, and most likely never will, so there's no real need to keep them. This will let us harmonize paths with the top-level Makefile more easily, which will in turn make it easier to move more compile steps there.
This commit is contained in:
@ -206,10 +206,10 @@ CONFIG_CFLAGS = \
|
|||||||
$(SIM_WARN_CFLAGS) \
|
$(SIM_WARN_CFLAGS) \
|
||||||
$(SIM_WERROR_CFLAGS) \
|
$(SIM_WERROR_CFLAGS) \
|
||||||
$(SIM_HARDWARE)
|
$(SIM_HARDWARE)
|
||||||
CSEARCH = -I. -I$(srcdir) -I../common -I$(srccom) \
|
CSEARCH = -I. -I$(srcdir) -I$(srccom) \
|
||||||
-I../../include -I$(srcroot)/include \
|
-I$(srcroot)/include \
|
||||||
-I../../bfd -I$(srcroot)/bfd \
|
-I../../bfd -I$(srcroot)/bfd \
|
||||||
-I../../opcodes -I$(srcroot)/opcodes \
|
-I$(srcroot)/opcodes \
|
||||||
-I../.. \
|
-I../.. \
|
||||||
$(INTL_CFLAGS)
|
$(INTL_CFLAGS)
|
||||||
ALL_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(INCGNU) $(SIM_EXTRA_CFLAGS) $(CFLAGS)
|
ALL_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(INCGNU) $(SIM_EXTRA_CFLAGS) $(CFLAGS)
|
||||||
|
Reference in New Issue
Block a user