This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch FYI [ecj]: Undo trunk merge clobber of lang-specs.h


cf. http://gcc.gnu.org/ml/java/2006-12/msg00115.html

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/

2006-12-06  Mohan Embar  <gnustuff@thisiscool.com>

	* lang-specs.h: Pass '%U'-based options as separate arguments.

Index: lang-specs.h
===================================================================
--- lang-specs.h	(revision 119567)
+++ lang-specs.h	(working copy)
@@ -44,8 +44,8 @@
       %{foutput-class-dir*} %{g*}					\
       %{fsource*} %{!fsource*:-fsource=1.5}				\
       %{ftarget*} %{!femit-class-files|!ftarget*:-ftarget=1.5}		\
-      %{!findirect-dispatch:-fzip-dependency=%U.zip}			\
-      %{!fsyntax-only:-fzip-target=%U.jar}}\n				\
+      %{!findirect-dispatch:-fzip-dependency %U.zip}			\
+      %{!fsyntax-only:-fzip-target %U.jar}}\n				\
     %{.class|.zip|.jar|!fsyntax-only:jc1				\
       %{.java|fsaw-java-file:%U.jar -fsource-filename=%i %<ffilelist-file} \
       %{.class|.zip|.jar|ffilelist-file|fcompile-resource*:%i}		\




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]