File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,8 @@ ifeq "$(shell uname -s)" "Darwin"
303
303
CC := gcc
304
304
CXX := g++
305
305
306
+ GCC_GTEQ_430 := 1
307
+
306
308
C_CXX_FLAGS += -DTC_UNIX -DTC_BSD -DTC_MACOSX -mmacosx-version-min=$(VC_OSX_TARGET) -isysroot $(VC_OSX_SDK_PATH)
307
309
LFLAGS += -mmacosx-version-min=$(VC_OSX_TARGET) -Wl,-syslibroot $(VC_OSX_SDK_PATH)
308
310
WX_CONFIGURE_FLAGS += --with-macosx-version-min=$(VC_OSX_TARGET) --with-macosx-sdk=$(VC_OSX_SDK_PATH)
@@ -381,6 +383,8 @@ ifeq "$(shell uname -s)" "FreeBSD"
381
383
382
384
CC := cc
383
385
CXX := c++
386
+
387
+ GCC_GTEQ_430 := 1
384
388
385
389
ifeq "$(TC_BUILD_CONFIG)" "Release"
386
390
C_CXX_FLAGS += -fdata-sections -ffunction-sections -fpie
@@ -441,6 +445,8 @@ ifeq "$(shell uname -s)" "OpenBSD"
441
445
CC := cc
442
446
CXX := c++
443
447
448
+ GCC_GTEQ_430 := 1
449
+
444
450
ifeq "$(TC_BUILD_CONFIG)" "Release"
445
451
C_CXX_FLAGS += -fdata-sections -ffunction-sections -fpie
446
452
LFLAGS += -Wl,--gc-sections -pie
You can’t perform that action at this time.
0 commit comments