Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-14 08:52:55 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-16 04:02:51 +0300
commit907764ebec6303ed73399ab908eed73e4978a1ad (patch)
tree2117cb8493b5f2f400d59bbc502ca393fe3b378a /newlib/libm/machine/spu/Makefile.am
parentdf5808b77122e1bb5e4517e5dbd7f8e4093108c2 (diff)
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 'newlib/libm/machine/spu/Makefile.am')
-rw-r--r--newlib/libm/machine/spu/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/machine/spu/Makefile.am b/newlib/libm/machine/spu/Makefile.am
index 87be8d429..c1c6b4ac0 100644
--- a/newlib/libm/machine/spu/Makefile.am
+++ b/newlib/libm/machine/spu/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with automake to generate Makefile.in
-AM_CPPFLAGS = -I $(abs_newlib_basedir)/libm/common $(NEWLIB_CFLAGS) \
- $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+AM_CPPFLAGS = -I $(abs_newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
LIB_SOURCES = \
feclearexcept.c fe_dfl_env.c fegetenv.c fegetexceptflag.c \