make/linux/makefiles/ia64.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/linux/makefiles/ia64.make	Mon Sep 17 16:12:18 2012
--- new/make/linux/makefiles/ia64.make	Mon Sep 17 16:12:16 2012

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 23,34 **** --- 23,32 ---- # # # IA64 only uses c++ based interpreter CFLAGS += -DCC_INTERP -D_LP64=1 -DVM_LITTLE_ENDIAN # Hotspot uses very unstrict aliasing turn this optimization off OPT_CFLAGS += -fno-strict-aliasing ifeq ($(VERSION),debug) ASM_FLAGS= -DDEBUG else ASM_FLAGS= endif

make/linux/makefiles/ia64.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File