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 # 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

View File

@@ -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)

View File

@@ -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

View File

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

View File

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

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

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

View File

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

View File

@@ -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

View File

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

View File

@@ -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

View File

@@ -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