]> git.pld-linux.org Git - packages/automake.git/commitdiff
- use output_flag for CCASCOMPILE; seems to fix .S-in-subdir problem found in inkscape
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Dec 2004 23:42:44 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-CCASCOMPILE-output.patch -> 1.1

automake-CCASCOMPILE-output.patch [new file with mode: 0644]

diff --git a/automake-CCASCOMPILE-output.patch b/automake-CCASCOMPILE-output.patch
new file mode 100644 (file)
index 0000000..79fbefd
--- /dev/null
@@ -0,0 +1,10 @@
+--- automake-1.9.4/automake.in.orig    2004-12-28 00:41:30.657832000 +0100
++++ automake-1.9.4/automake.in 2004-12-28 00:42:23.809752432 +0100
+@@ -785,6 +785,7 @@
+                  'compile' => '$(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)',
+                  'compiler' => 'CCASCOMPILE',
+                  'compile_flag' => '-c',
++                 'output_flag' => '-o',
+                  'extensions' => ['.s', '.S'],
+                  # With assembly we still use the C linker.
This page took 0.119457 seconds and 4 git commands to generate.