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

(-)file_not_specified_in_diff (-5 / +1 lines)
Line  Link Here
0
-- a/lib/replace/wscript
0
++ b/lib/replace/wscript
Lines 53-62 Link Here
53
                conf.ADD_CFLAGS(f)
53
                conf.ADD_CFLAGS(f)
54
            break
54
            break
55
55
56
    if conf.CHECK_CFLAGS(['-fstack-protector']) and conf.CHECK_LDFLAGS(['-fstack-protector']):
57
        conf.ADD_CFLAGS('-fstack-protector')
58
        conf.ADD_LDFLAGS('-fstack-protector')
59
60
    # Try to find the right extra flags for -Werror behaviour
56
    # Try to find the right extra flags for -Werror behaviour
61
    for f in ["-Werror",       # GCC
57
    for f in ["-Werror",       # GCC
62
              "-errwarn=%all", # Sun Studio
58
              "-errwarn=%all", # Sun Studio

Return to bug 523200