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

Makefile.am.common « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0238f65a9b4bffb6382e2efc9d6234a1566d7c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile.am.common - common definitions for the winsup directory
#
# This file is part of Cygwin.
#
# This software is a copyrighted work licensed under the terms of the
# Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
# details.

flags_common=-Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0

# compiler flags commonly used (but not for MinGW compilation, because they
# include the Cygwin header paths via @AM_CPPFLAGS@)

cxxflags_common=$(AM_CPPFLAGS) -fno-rtti -fno-exceptions -fno-use-cxa-atexit $(flags_common)
cflags_common=$(AM_CPPFLAGS) $(flags_common)