We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e1cfb commit 0b2b83dCopy full SHA for 0b2b83d
Makefile.system
@@ -248,7 +248,7 @@ endif
248
249
ifeq ($(OSNAME), Darwin)
250
ifndef MACOSX_DEPLOYMENT_TARGET
251
-export MACOSX_DEPLOYMENT_TARGET=10.6
+export MACOSX_DEPLOYMENT_TARGET=10.8
252
endif
253
MD5SUM = md5 -r
254
@@ -497,6 +497,14 @@ endif
497
498
499
500
+ifdef DYNAMIC_LIST
501
+override DYNAMIC_CORE = PRESCOTT $(DYNAMIC_LIST)
502
+XCCOMMON_OPT = -DDYNAMIC_LIST -DDYN_PRESCOTT
503
+XCCOMMON_OPT += $(foreach dcore,$(DYNAMIC_LIST),-DDYN_$(dcore))
504
+CCOMMON_OPT += $(XCCOMMON_OPT)
505
+#CCOMMON_OPT += -DDYNAMIC_LIST='$(DYNAMIC_LIST)'
506
+endif
507
+
508
# If DYNAMIC_CORE is not set, DYNAMIC_ARCH cannot do anything, so force it to empty
509
ifndef DYNAMIC_CORE
510
override DYNAMIC_ARCH=
0 commit comments