From 2e9b93dc5df5aff35a64c55493bc2d2d74b4aa0d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Jul 2021 20:46:11 -0400 Subject: build: Nuke the ASMFLAGS workaround for gcc 3.4.x Change-Id: I0f21e9539d39afd54916fa8d84ce798eef474a2c --- tools/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/make.inc') diff --git a/tools/make.inc b/tools/make.inc index d03898b2e1..5521612f62 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -11,7 +11,7 @@ $(OBJDIR)/%.o: %.c $(OBJDIR)/%.o: %.S $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $<)$(CC) $(CFLAGS) $(ASMFLAGS) -c $< -o $@ + $(call PRINTS,CC $<)$(CC) $(CFLAGS) -c $< -o $@ # The echo stuff last in the dep update shell magic is to prevent any compiler # errors/warnings to cause an error code to get returned and thus stop the -- cgit v1.2.3