comparison make/linux/makefiles/sparcWorks.make @ 2491:0654ee04b214

Merge with OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:30:53 +0200
parents 1d1603768966
children 719f7007c8e8
comparison
equal deleted inserted replaced
2490:29246b1d2d3c 2491:0654ee04b214
1 # 1 #
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2011, 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.
26 # CC, CPP & AS 26 # CC, CPP & AS
27 27
28 CPP = CC 28 CPP = CC
29 CC = cc 29 CC = cc
30 AS = $(CC) -c 30 AS = $(CC) -c
31
32 HOSTCPP = $(CPP)
33 HOSTCC = $(CC)
31 34
32 ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) 35 ARCHFLAG = $(ARCHFLAG/$(BUILDARCH))
33 ARCHFLAG/i486 = -m32 36 ARCHFLAG/i486 = -m32
34 ARCHFLAG/amd64 = -m64 37 ARCHFLAG/amd64 = -m64
35 38