/hg/icedtea8-forest/hotspot: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Aug 4 23:04:29 UTC 2016


changeset 90416ba05ba1 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=90416ba05ba1
author: andrew
date: Thu Aug 04 02:38:01 2016 +0100

	PR3123: Some object files built without -fPIC on x86 only
	Summary: Remove unwanted PIC exclusion rules


changeset 52a89b286dbf in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=52a89b286dbf
author: andrew
date: Thu Aug 04 22:38:39 2016 +0100

	Added tag icedtea-3.2.0pre01 for changeset 90416ba05ba1


diffstat:

 .hgtags                         |   1 +
 make/linux/makefiles/rules.make |  15 ---------------
 2 files changed, 1 insertions(+), 15 deletions(-)

diffs (39 lines):

diff -r fd29eff8b797 -r 52a89b286dbf .hgtags
--- a/.hgtags	Wed Jul 27 12:33:33 2016 +0200
+++ b/.hgtags	Thu Aug 04 22:38:39 2016 +0100
@@ -903,3 +903,4 @@
 0095e54dcaa1acfe1614feff9600734c26af7ae8 jdk8u101-b11
 286fe17d81c3d153611a28e50926083ae934cc56 jdk8u101-b12
 e480e0df8eea8e5d022672a450cd6c8e2eeac86b icedtea-3.1.0
+90416ba05ba1cde27da26ca1e6cc66062e883c17 icedtea-3.2.0pre01
diff -r fd29eff8b797 -r 52a89b286dbf make/linux/makefiles/rules.make
--- a/make/linux/makefiles/rules.make	Wed Jul 27 12:33:33 2016 +0200
+++ b/make/linux/makefiles/rules.make	Thu Aug 04 22:38:39 2016 +0100
@@ -136,27 +136,12 @@
 COMPILE_DONE    = && { echo Done with $<; }
 endif
 
-# Include $(NONPIC_OBJ_FILES) definition
-ifndef LP64
-include $(GAMMADIR)/make/pic.make
-endif
-
 include $(GAMMADIR)/make/altsrc.make
 
-# The non-PIC object files are only generated for 32 bit platforms.
-ifdef LP64
 %.o: %.cpp
 	@echo Compiling $<
 	$(QUIETLY) $(REMOVE_TARGET)
 	$(QUIETLY) $(COMPILE.CXX) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE)
-else
-%.o: %.cpp
-	@echo Compiling $<
-	$(QUIETLY) $(REMOVE_TARGET)
-	$(QUIETLY) $(if $(findstring $@, $(NONPIC_OBJ_FILES)), \
-	   $(subst $(VM_PICFLAG), ,$(COMPILE.CXX)) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE), \
-	   $(COMPILE.CXX) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE))
-endif
 
 %.o: %.s
 	@echo Assembling $<


More information about the distro-pkg-dev mailing list