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]

Re: Patch: RFC: fix ProcessBuilder; windows help needed


Mohan Embar wrote:
Hi Tom,

I want to take another stab at figuring this out on my end. I'm redoing
the build. Stay tuned.

Quick status: I successfully built the Linux native compiler with --enable-java-maintainer-mode. When I tried building the Windows cross compiler, the build choked because the cross assembler didn't recognize flag -Qy. I'm crossing my fingers and hoping this was a temporary glitch in the source tree; I'm regetting pristine sources today so I can start over from scratch.


For cross builds, the GCC build can use the wrong assembler at times if the target assembler is not in the PATH both at configure and make time.


David Daney


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