]> sourceware.org Git - newlib-cygwin.git/blob - winsup/Makefile.am.common
Cygwin: set NTDDI_VERSION to enable more recent windows definitions
[newlib-cygwin.git] / winsup / Makefile.am.common
1 # Makefile.am.common - common definitions for the winsup directory
2 #
3 # This file is part of Cygwin.
4 #
5 # This software is a copyrighted work licensed under the terms of the
6 # Cygwin license. Please consult the file "CYGWIN_LICENSE" for
7 # details.
8
9 flags_common=-Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0
10
11 # compiler flags commonly used (but not for MinGW compilation, because they
12 # include the Cygwin header paths via @AM_CPPFLAGS@)
13
14 cxxflags_common=$(AM_CPPFLAGS) -fno-rtti -fno-exceptions -fno-use-cxa-atexit $(flags_common)
15 cflags_common=$(AM_CPPFLAGS) $(flags_common)
This page took 0.032933 seconds and 5 git commands to generate.