--- src/third_party/IntelRDFPMathLib20U1/SConscript +++ src/third_party/IntelRDFPMathLib20U1/SConscript 2024-04-04 01:05:08.000000000 +0800 @@ -284,11 +279,11 @@ if env.TargetOSIs('darwin'): cpp_defines['LINUX'] = '1' cpp_defines['mach'] = '1' - extra_objects = [ - float53_object('dpml_log1p_t', 'dpml_log', - [('LOG1P', '1'), ('efi2', '1'), ('EFI2', '1')]) - ] - files += extra_objects +# extra_objects = [ +# float53_object('dpml_log1p_t', 'dpml_log', +# [('LOG1P', '1'), ('efi2', '1'), ('EFI2', '1')]) +# ] +# files += extra_objects if env.TargetOSIs('linux') or env.TargetOSIs('solaris'): cpp_defines['LINUX'] = '1'