diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-10-26 17:48:17 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-11-02 16:49:01 +0000 |
commit | a5398eaecb6616772002dac8dfc44bf90bc035e5 (patch) | |
tree | be2f669911173664bbd4da77ad072d445b139263 /winsup/cygwin/Makefile.in | |
parent | f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a (diff) | |
download | newlib-a5398eaecb6616772002dac8dfc44bf90bc035e5.zip newlib-a5398eaecb6616772002dac8dfc44bf90bc035e5.tar.gz newlib-a5398eaecb6616772002dac8dfc44bf90bc035e5.tar.bz2 |
Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never defined
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 9b07d98..c3aa7a1 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -424,13 +424,6 @@ EXCLUDE_STATIC_OFILES:=$(addprefix --exclude=,\ VERSION_OFILES:=version.o winver.o -ifdef PREPROCESS -override DLL_OFILES:=$(patsubst %.o,%_E,${DLL_OFILES}) -override EXCLUDE_STATIC_OFILES:=$(patsubst %.o,%_E,${EXCLUDE_STATIC_OFILES}) -override EXTRA_OFILES=$(patsubst %.o,%_E,${DLL_OFILES})) -override MALLOC_OFILES:=$(patsubst %.o,%.E,${MALLOC_OFILES}) -endif #PREPROCESS - ifeq ($(target_cpu),x86_64) # Needed by mcountFunc.S to choose the right code path and symbol names ASFLAGS:=-D_WIN64 |