mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
sim: erc32: drop -I$(srcroot)
Since the port doesn't actually use this include, drop it. No other port is doing this either.
This commit is contained in:
parent
508de64120
commit
2a1b3235f2
@ -28,6 +28,6 @@ SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB)
|
||||
# UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to
|
||||
# CFLAGS if faster (infinite) UART speed is desired. Might affect the
|
||||
# behaviour of UART interrupt routines ...
|
||||
SIM_EXTRA_CFLAGS += -DFAST_UART -I$(srcroot)
|
||||
SIM_EXTRA_CFLAGS += -DFAST_UART
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
Loading…
Reference in New Issue
Block a user