|
@@ -508,6 +508,8 @@ begin
|
|
'g' :
|
|
'g' :
|
|
if tf_no_pic_supported in target_info.flags then
|
|
if tf_no_pic_supported in target_info.flags then
|
|
message(scan_w_pic_ignored)
|
|
message(scan_w_pic_ignored)
|
|
|
|
+ else if UnsetBool(More, j) then
|
|
|
|
+ exclude(init_settings.moduleswitches,cs_create_pic)
|
|
else
|
|
else
|
|
include(init_settings.moduleswitches,cs_create_pic);
|
|
include(init_settings.moduleswitches,cs_create_pic);
|
|
'h' :
|
|
'h' :
|