]> git.pld-linux.org Git - packages/distcc.git/commitdiff
Patch for handling -Wa,-al
authormisi3k <misi3k@pld-linux.org>
Sun, 8 Feb 2004 06:59:05 +0000 (06:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc-waal.patch -> 1.1

distcc-waal.patch [new file with mode: 0644]

diff --git a/distcc-waal.patch b/distcc-waal.patch
new file mode 100644 (file)
index 0000000..ca17cd2
--- /dev/null
@@ -0,0 +1,11 @@
+--- distcc-2.12.1/src/arg.c.orig       2004-02-08 08:55:41.000000000 +0100
++++ distcc-2.12.1/src/arg.c    2004-02-08 08:56:17.000000000 +0100
+@@ -178,7 +178,7 @@
+                  * all the options would be complex since you can give several
+                  * comma-separated assembler options after -Wa, but looking
+                  * for '=' should be safe. */
+-                if (strchr(a, '=')) {
++                if (strchr(a, '-al=')) {
+                     rs_trace("%s needs to write out assembly listings and must be local",
+                          a);
+                     return EXIT_DISTCC_FAILED;
This page took 0.075474 seconds and 4 git commands to generate.