cleaned up build configs

This commit is contained in:
Guenter Obiltschnig 2017-11-09 19:28:31 +01:00
parent 4bb54690d0
commit a6bdc7b53b
20 changed files with 4 additions and 42 deletions

View File

@ -1,6 +1,4 @@
#
# $Id $
#
# Yocto
#
# Make settings for Linux/GCC ARM
@ -41,7 +39,7 @@ SHAREDLIBLINKEXT = .so
#
# Compiler and Linker Flags
#
CFLAGS =
CFLAGS = -std=c99
CFLAGS32 =
CFLAGS64 =
CXXFLAGS = -Wall -Wno-sign-compare

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Alpine
#
# Make settings for Alpine Linux (musl; no <linux/if_packet.h> header)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# AppleTV
#
# Build settings for tvOS 9.0 and newer
@ -65,7 +63,7 @@ SHAREDLIBLINKEXT = .dylib
#
# Compiler and Linker Flags
#
CFLAGS = $(OSFLAGS)
CFLAGS = $(OSFLAGS) -std=gnu99
CFLAGS32 =
CFLAGS64 =
CXXFLAGS = $(OSFLAGS) -std=c++11 -stdlib=libc++ -Wall -Wno-sign-compare

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# AppleTVSimulator
#
# Build settings for tvOS 9.0 Simulator

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# CYGWIN
#
# Make settings for Cygwin

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin
#
# Build settings for Mac OS X 10.9 (clang++, libc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin-clang
#
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin-clang-libc++
#
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin32
#
# Build settings for Mac OS X 10.9 (clang, libc++, i386)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin32-clang
#
# Build settings for Mac OS X 10.7 (clang, libstdc++, i386)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin32-clang-libc++
#
# Build settings for Mac OS X 10.9 (clang, libc++, i386)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin64
#
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin64-clang
#
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Darwin64-clang-libc++
#
# Build settings for Mac OS X 10.9 (clang, libc++, x86_64)

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Linux
#
# Make settings for Linux/SolarisStudio/

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# Linux
#
# Make settings for Linux/clang

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# WatchOS
#
# Build settings for Apple WatchOS 2.0 and newer

View File

@ -1,6 +1,4 @@
#
# $Id$
#
# WatchSimulator
#
# Build settings for WatchOS 2.0 Simulator

View File

@ -1,6 +1,4 @@
#
# $Id $
#
# Yocto
#
# Make settings for Yocto Linux/GCC ARM
@ -41,7 +39,7 @@ SHAREDLIBLINKEXT = .so
#
# Compiler and Linker Flags
#
CFLAGS =
CFLAGS = -std=c99
CFLAGS32 =
CFLAGS64 =
CXXFLAGS = -Wall -Wno-sign-compare

View File

@ -63,7 +63,7 @@ SHAREDLIBLINKEXT = .dylib
#
# Compiler and Linker Flags
#
CFLAGS = $(OSFLAGS)
CFLAGS = $(OSFLAGS) -std=gnu99
CFLAGS32 =
CFLAGS64 =
CXXFLAGS = $(OSFLAGS) -std=gnu++11 -stdlib=libc++ -Wall -Wno-sign-compare