newlib-cygwin/libgloss/config
Mike Frysinger 751a3427e0 libgloss: drop $(INCLUDES) when using $(AS)
Since $(AS) is the assembler, passing it a list of preprocessor include
flags doesn't make much sense.  The files aren't preprocessed which means
`#include` lines aren't respected, and while it would affect `.include`
usage, we never use that, and it's extremely unlikely to change.  Plus,
it's extremely unlikely we'd have .s files in common places to include vs
contained entirely within a specific arch dir, and at that point, it can
be included directly (with no flags), or the arch can add the unique set
of include paths that it needs for itself.
2023-12-19 14:00:03 -05:00
..
default.mh libgloss: drop $(INCLUDES) when using $(AS) 2023-12-19 14:00:03 -05:00
default.mt 20000317 sourceware import 2000-03-17 22:48:54 +00:00
dos.mh 20000317 sourceware import 2000-03-17 22:48:54 +00:00
mips.mt 20000317 sourceware import 2000-03-17 22:48:54 +00:00
mn10200.mt 20000317 sourceware import 2000-03-17 22:48:54 +00:00
mn10300.mt 20000317 sourceware import 2000-03-17 22:48:54 +00:00
ppc.mh libgloss: drop $(INCLUDES) when using $(AS) 2023-12-19 14:00:03 -05:00
xc16x.mt Fix location of this file to be where it was initially intended. 2010-08-23 15:51:27 +00:00