PATCH: PR libjava/32098: New libtool doesn't support libjava

Paolo Bonzini bonzini@gnu.org
Mon May 28 10:48:00 GMT 2007


> As I understand the theory (compile .class files instead of .java files) 
> this is fine with me. However, being curious about the portability of 
> the awk expression, I tried it on solaris, there with both awk and nawk, 
> printf "%c",0; prints nothing at all, so all those 00 above do not end 
> up in the output. Needs another method to convert text to binary.

We can emit them as FF, and then use "tr" to convert them to NULs.  This 
ought to work.

Paolo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pr32098.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070528/caa803b1/attachment-0001.ksh>


More information about the Gcc-patches mailing list