From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id B12543858D1E for ; Sun, 1 Jan 2023 22:47:38 +0000 (GMT) Received: by smtp.gentoo.org (Postfix, from userid 559) id 3F699340D09; Sun, 1 Jan 2023 22:47:38 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: erc32: drop -I$(srcroot) Date: Sun, 1 Jan 2023 17:47:33 -0500 Message-Id: <20230101224733.11374-1-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Since the port doesn't actually use this include, drop it. No other port is doing this either. --- sim/erc32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index dd7fdb1fbb2f..b6c48d6d3f67 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -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 -- 2.39.0