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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- gcc-11.1.0/libstdc++-v3/configure.host
0
++ gcc-11.1.0/libstdc++-v3/configure.host
Lines 272-282 Link Here
272
    ;;
272
    ;;
273
  mingw32*)
273
  mingw32*)
274
    case "$host" in
274
    case "$host" in
275
      *-w64-*)
275
      *)
276
        os_include_dir="os/mingw32-w64"
276
        os_include_dir="os/mingw32-w64"
277
        error_constants_dir="os/mingw32-w64"
277
        error_constants_dir="os/mingw32-w64"
278
        ;;
278
        ;;
279
      *)
279
      NOTREACHED)
280
        os_include_dir="os/mingw32"
280
        os_include_dir="os/mingw32"
281
        error_constants_dir="os/mingw32"
281
        error_constants_dir="os/mingw32"
282
        ;;
282
        ;;

Return to bug 787632