Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906517
Collapse All | Expand All

(-)a/configure.py (-1 / +3 lines)
Lines 1313-1318 def configure_node(o): Link Here
1313
    raise Exception(
1313
    raise Exception(
1314
      'The pgo option is supported only on linux.')
1314
      'The pgo option is supported only on linux.')
1315
1315
1316
  if gcc_version_ge((13,1,0)):
1317
      o['cflags'] += ['-fno-ipa-icf']
1318
1316
  if flavor == 'linux':
1319
  if flavor == 'linux':
1317
    if options.enable_pgo_generate or options.enable_pgo_use:
1320
    if options.enable_pgo_generate or options.enable_pgo_use:
1318
      version_checked = (5, 4, 1)
1321
      version_checked = (5, 4, 1)
1319
- 

Return to bug 906517