make/linux/makefiles/sparcWorks.make

changeset 3600
7292cff45988
parent 3518
719f7007c8e8
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3599:b5ab7482dbf9 3600:7292cff45988
23 # 23 #
24 24
25 #------------------------------------------------------------------------ 25 #------------------------------------------------------------------------
26 # CC, CXX & AS 26 # CC, CXX & AS
27 27
28 CXX = CC 28 # If a SPEC is not set already, then use these defaults.
29 CC = cc 29 ifeq ($(SPEC),)
30 AS = $(CC) -c 30 CXX = CC
31 CC = cc
32 AS = $(CC) -c
31 33
32 HOSTCXX = $(CXX) 34 HOSTCXX = $(CXX)
33 HOSTCC = $(CC) 35 HOSTCC = $(CC)
36 endif
34 37
35 ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) 38 ARCHFLAG = $(ARCHFLAG/$(BUILDARCH))
36 ARCHFLAG/i486 = -m32 39 ARCHFLAG/i486 = -m32
37 ARCHFLAG/amd64 = -m64 40 ARCHFLAG/amd64 = -m64
38 41

mercurial