mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 20:31:01 +01:00
cleaned up build configs
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id $
|
|
||||||
#
|
|
||||||
# Yocto
|
# Yocto
|
||||||
#
|
#
|
||||||
# Make settings for Linux/GCC ARM
|
# Make settings for Linux/GCC ARM
|
||||||
@@ -41,7 +39,7 @@ SHAREDLIBLINKEXT = .so
|
|||||||
#
|
#
|
||||||
# Compiler and Linker Flags
|
# Compiler and Linker Flags
|
||||||
#
|
#
|
||||||
CFLAGS =
|
CFLAGS = -std=c99
|
||||||
CFLAGS32 =
|
CFLAGS32 =
|
||||||
CFLAGS64 =
|
CFLAGS64 =
|
||||||
CXXFLAGS = -Wall -Wno-sign-compare
|
CXXFLAGS = -Wall -Wno-sign-compare
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Alpine
|
# Alpine
|
||||||
#
|
#
|
||||||
# Make settings for Alpine Linux (musl; no <linux/if_packet.h> header)
|
# Make settings for Alpine Linux (musl; no <linux/if_packet.h> header)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# AppleTV
|
# AppleTV
|
||||||
#
|
#
|
||||||
# Build settings for tvOS 9.0 and newer
|
# Build settings for tvOS 9.0 and newer
|
||||||
@@ -65,7 +63,7 @@ SHAREDLIBLINKEXT = .dylib
|
|||||||
#
|
#
|
||||||
# Compiler and Linker Flags
|
# Compiler and Linker Flags
|
||||||
#
|
#
|
||||||
CFLAGS = $(OSFLAGS)
|
CFLAGS = $(OSFLAGS) -std=gnu99
|
||||||
CFLAGS32 =
|
CFLAGS32 =
|
||||||
CFLAGS64 =
|
CFLAGS64 =
|
||||||
CXXFLAGS = $(OSFLAGS) -std=c++11 -stdlib=libc++ -Wall -Wno-sign-compare
|
CXXFLAGS = $(OSFLAGS) -std=c++11 -stdlib=libc++ -Wall -Wno-sign-compare
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# AppleTVSimulator
|
# AppleTVSimulator
|
||||||
#
|
#
|
||||||
# Build settings for tvOS 9.0 Simulator
|
# Build settings for tvOS 9.0 Simulator
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# CYGWIN
|
# CYGWIN
|
||||||
#
|
#
|
||||||
# Make settings for Cygwin
|
# Make settings for Cygwin
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin
|
# Darwin
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang++, libc++, x86_64)
|
# Build settings for Mac OS X 10.9 (clang++, libc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin-clang
|
# Darwin-clang
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)
|
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin-clang-libc++
|
# Darwin-clang-libc++
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin32
|
# Darwin32
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang, libc++, i386)
|
# Build settings for Mac OS X 10.9 (clang, libc++, i386)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin32-clang
|
# Darwin32-clang
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.7 (clang, libstdc++, i386)
|
# Build settings for Mac OS X 10.7 (clang, libstdc++, i386)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin32-clang-libc++
|
# Darwin32-clang-libc++
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang, libc++, i386)
|
# Build settings for Mac OS X 10.9 (clang, libc++, i386)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin64
|
# Darwin64
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin64-clang
|
# Darwin64-clang
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)
|
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Darwin64-clang-libc++
|
# Darwin64-clang-libc++
|
||||||
#
|
#
|
||||||
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Linux
|
# Linux
|
||||||
#
|
#
|
||||||
# Make settings for Linux/SolarisStudio/
|
# Make settings for Linux/SolarisStudio/
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Linux
|
# Linux
|
||||||
#
|
#
|
||||||
# Make settings for Linux/clang
|
# Make settings for Linux/clang
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# WatchOS
|
# WatchOS
|
||||||
#
|
#
|
||||||
# Build settings for Apple WatchOS 2.0 and newer
|
# Build settings for Apple WatchOS 2.0 and newer
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# WatchSimulator
|
# WatchSimulator
|
||||||
#
|
#
|
||||||
# Build settings for WatchOS 2.0 Simulator
|
# Build settings for WatchOS 2.0 Simulator
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#
|
#
|
||||||
# $Id $
|
|
||||||
#
|
|
||||||
# Yocto
|
# Yocto
|
||||||
#
|
#
|
||||||
# Make settings for Yocto Linux/GCC ARM
|
# Make settings for Yocto Linux/GCC ARM
|
||||||
@@ -41,7 +39,7 @@ SHAREDLIBLINKEXT = .so
|
|||||||
#
|
#
|
||||||
# Compiler and Linker Flags
|
# Compiler and Linker Flags
|
||||||
#
|
#
|
||||||
CFLAGS =
|
CFLAGS = -std=c99
|
||||||
CFLAGS32 =
|
CFLAGS32 =
|
||||||
CFLAGS64 =
|
CFLAGS64 =
|
||||||
CXXFLAGS = -Wall -Wno-sign-compare
|
CXXFLAGS = -Wall -Wno-sign-compare
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ SHAREDLIBLINKEXT = .dylib
|
|||||||
#
|
#
|
||||||
# Compiler and Linker Flags
|
# Compiler and Linker Flags
|
||||||
#
|
#
|
||||||
CFLAGS = $(OSFLAGS)
|
CFLAGS = $(OSFLAGS) -std=gnu99
|
||||||
CFLAGS32 =
|
CFLAGS32 =
|
||||||
CFLAGS64 =
|
CFLAGS64 =
|
||||||
CXXFLAGS = $(OSFLAGS) -std=gnu++11 -stdlib=libc++ -Wall -Wno-sign-compare
|
CXXFLAGS = $(OSFLAGS) -std=gnu++11 -stdlib=libc++ -Wall -Wno-sign-compare
|
||||||
|
|||||||
Reference in New Issue
Block a user