[patch, rfa] charset testsuite patches, take 2

David Edelsohn dje@watson.ibm.com
Mon Mar 1 23:16:00 GMT 2004


>>>>> Eric Christopher writes:

Eric> Can you give this a shot please?

	Closer.  But I think we need something like

-    set lines [${tool}_target_compile "tmp.c" "tmp.x" executable ""]
+    set lines [${tool}_target_compile "tmp.c" "tmp.x" executable "libs=$LIBICONV"]

modulo getting substitution to work.

  set lines [${tool}_target_compile "tmp.c" "tmp.x" executable "libs=-liconv"]

does work on AIX.

	The last paramter is for any option, which means providing a
correct variable assignment.  The value is not just appended to the
compile line itself.

David



More information about the Gcc-patches mailing list