head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2015.03.02.03.53.26; author tnn; state dead; branches; next 1.1; commitid EXGSR4O4Qqkx2Zby; 1.1 date 2015.02.21.20.21.56; author tnn; state Exp; branches; next ; commitid 83HYg20yXsZaOUay; desc @@ 1.2 log @- put -D__STDC_LIMIT_MACROS on command line instead of patching it everywhere - don't use ALT_JDK_IMPORT_PATH on SunOS, just build like on other platforms - regen all bootstraps to facilitate removal of the +UseSerialGC hacks - bootstrap binaries on FTP are now PGP signed - remove a handful of obsolete patches @ text @$NetBSD: patch-hotspot_make_bsd_makefiles_gcc.make,v 1.1 2015/02/21 20:21:56 tnn Exp $ Don't build with -O3 on ARM; produces flaky results with GCC 4.8.2. --- hotspot/make/bsd/makefiles/gcc.make.orig 2015-01-26 15:21:52.000000000 +0000 +++ hotspot/make/bsd/makefiles/gcc.make @@@@ -196,6 +196,8 @@@@ ifeq ($(OS_VENDOR), Darwin) # use -Os by default, unless -O3 can be proved to be worth the cost, as per policy # OPT_CFLAGS += -Os +else ifeq ($(LIBARCH), arm) + OPT_CFLAGS += -Os else OPT_CFLAGS += -O3 endif @ 1.1 log @Fix more ARM defines @ text @d1 1 a1 1 $NetBSD$ @