make/solaris/makefiles/amd64.make

changeset 2314
f95d63e2154a
parent 2180
80c9354976b0
child 6876
710a3c8b516e
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
1 # 1 #
2 # Copyright (c) 2004, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
23 # 23 #
24 24
25 # Must also specify if CPU is little endian 25 # Must also specify if CPU is little endian
26 CFLAGS += -DVM_LITTLE_ENDIAN 26 CFLAGS += -DVM_LITTLE_ENDIAN
27 27
28 # Not included in includeDB because it has no dependencies
29 Obj_Files += solaris_x86_64.o
30
31 # 28 #
32 # Special case flags for compilers and compiler versions on amd64. 29 # Special case flags for compilers and compiler versions on amd64.
33 # 30 #
34 ifeq ("${Platform_compiler}", "sparcWorks") 31 ifeq ("${Platform_compiler}", "sparcWorks")
35 32

mercurial