aboutsummaryrefslogtreecommitdiff
path: root/libgloss/testsuite
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-14 00:52:55 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-15 20:02:51 -0500
commit907764ebec6303ed73399ab908eed73e4978a1ad (patch)
tree2117cb8493b5f2f400d59bbc502ca393fe3b378a /libgloss/testsuite
parentdf5808b77122e1bb5e4517e5dbd7f8e4093108c2 (diff)
downloadnewlib-907764ebec6303ed73399ab908eed73e4978a1ad.zip
newlib-907764ebec6303ed73399ab908eed73e4978a1ad.tar.gz
newlib-907764ebec6303ed73399ab908eed73e4978a1ad.tar.bz2
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.
Diffstat (limited to 'libgloss/testsuite')
-rw-r--r--libgloss/testsuite/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgloss/testsuite/Makefile.in b/libgloss/testsuite/Makefile.in
index 28fd914..8d465aa 100644
--- a/libgloss/testsuite/Makefile.in
+++ b/libgloss/testsuite/Makefile.in
@@ -57,7 +57,6 @@ FLAGS_TO_PASS = \
"RANLIB=$(RANLIB)" \
"AR_FLAGS=$(AR_FLAGS)" \
"AS=$(AS)" \
- "CROSS_CFLAGS=$(CROSS_CFLAGS)" \
"TARGET_CFLAGS=$(TARGET_CFLAGS)" \
"OBJROOT=$(OBJROOT)"