From 907764ebec6303ed73399ab908eed73e4978a1ad Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Feb 2022 00:52:55 -0500 Subject: newlib/libgloss: drop unused $(CROSS_CFLAGS) This is used in a bunch of places, but nowhere is it ever set, and nowhere can I find any documentation, nor can I find any other project using it. So delete the flags to simplify. --- newlib/libc/sys/d10v/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/sys/d10v/Makefile.am') diff --git a/newlib/libc/sys/d10v/Makefile.am b/newlib/libc/sys/d10v/Makefile.am index 50866743a..f8a9ca1af 100644 --- a/newlib/libc/sys/d10v/Makefile.am +++ b/newlib/libc/sys/d10v/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in -AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) +AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS) AM_CCASFLAGS = $(AM_CPPFLAGS) -- cgit v1.2.3