4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-24 17:47:46 +08:00
Mike Frysinger 907764ebec 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.
2022-02-15 20:02:51 -05:00

22 lines
814 B
Makefile

## Process this file with automake to generate Makefile.in
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(AM_CPPFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = \
ioctl.S isatty.c read.S lseek.S close.S sbrk.c fstat.S cerror.S \
_exit.S write.S open.S signal.S kill.S getpid.S brk.S fork.S wait.S \
execve.S exec.c utime.S fcntl.S chmod.S getuid.S getgid.S time.S \
stat.S link.S unlink.S rename.S mkdir.S rmdir.S sigaction.S \
sigprocmask.S waitpid.S sysconf.S pathconf.S fpathconf.S \
getdents.S opendir.c readdir.c rewinddir.c closedir.c pipe.S \
getgroups.S setuid.S getuid.S setgid.S geteuid.S getegid.S \
chdir.S dup2.c dup.c tcgetattr.c tcsetattr.c speed.c tcline.c \
times.S pause.S sleep.c alarm.S access.S _longjmp.S _setjmp.S
lib_a_CFLAGS = $(AM_CFLAGS)
all-local: crt0.o