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

(-)distcc-2.18.3/src/arg.c (+6 lines)
Lines 171-176 Link Here
171
                    to distribute it even if we could. */
171
                    to distribute it even if we could. */
172
                rs_trace("%s implies -E (maybe) and must be local", a);
172
                rs_trace("%s implies -E (maybe) and must be local", a);
173
                return EXIT_DISTCC_FAILED;
173
                return EXIT_DISTCC_FAILED;
174
            } else if (!strcmp(a, "-march=native")) {
175
                rs_trace("-march=native generates code for local machine; must be local");
176
                return EXIT_DISTCC_FAILED;
177
            } else if (!strcmp(a, "-mtune=native")) {
178
                rs_trace("-mtune=native optimizes for local machine; must be local");
179
                return EXIT_DISTCC_FAILED;
174
            } else if (str_startswith("-Wa,", a)) {
180
            } else if (str_startswith("-Wa,", a)) {
175
                /* Look for assembler options that would produce output
181
                /* Look for assembler options that would produce output
176
                 * files and must be local.
182
                 * files and must be local.

Return to bug 223159