From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.2.5 MIME-Version: 1.0 Date: Mon, 26 Oct 2009 19:19:25 +0200 Message-ID: From: "Kirill A. Shutemov" To: "Anton V. Boyarshinov" , "Dmitry V. Levin" , Igor Vlasenko Content-Type: text/plain; charset=UTF-8 Cc: ALT Linux Team development discussions Subject: [devel] Toolchain, Java and ARM X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 17:19:45 -0000 Archived-At: List-Archive: List-Post: Hello, I've updated binutils to FC 2.20.51.0.2-1 and gcc to FC 4.4.2-4. Also I've implemented java bootstrap facility in gcc and bootstrap gcc4.4-java on ARM using it. During bootstrap I had to do several hacks: 1. I had to build hacky version eclipse-ecj. Since currently we don't have full java support on ARM and cannot build eclipse, I took eclipse-ecj binary package from i586 and repackage it for ARM with needed provides. As I can see content of eclipse-ecj is identical on all platforms. The different is only in paths. Is it possible to repackage it as noarch using %_datadir(not %_libdir)? It will make bootstrap java less tricky. 2. I've built jdkgcj using --without sinjdoc. Probably, we should change the spec to avoid use sinjdoc until we have full java support on ARM. 3. I've built hacky version of java-1.5.0-gcj-aot-compile without dependences to jpackage-*, since we don't have jpackage on ARM yet. Dmitry, merge my changes, please. Anton, you can find repo with bootstraped java at sheeva:/space2/kas/repo. Igor, could you help us to build full java environment on ARM? // Kirill A. Shutemov