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: normalize x86 os.arch for non-Windows platforms


The jogl build scripts expect to see an os.arch of "i386" for x86 Linux.
gcj is a little more specific than that (I get "i686" on my machine).
This patch normalizes x86 to "i386" for compatibility reasons.   Win32
ports keep "x86", as encoded in win32.cc.

Ok?

AG

Attachment: p1.txt
Description: Text document


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