diff -r 1f822ff877d1 -r 73d689add964 make/linux/makefiles/sparcWorks.make --- a/make/linux/makefiles/sparcWorks.make Sat Oct 06 10:25:04 2018 +0100 +++ b/make/linux/makefiles/sparcWorks.make Thu Dec 27 11:43:33 2018 +0800 @@ -22,6 +22,12 @@ # # +# +# This file has been modified by Loongson Technology in 2015. These +# modifications are Copyright (c) 2015 Loongson Technology, and are made +# available on the same license terms set forth above. +# + #------------------------------------------------------------------------ # CC, CXX & AS @@ -38,6 +44,7 @@ ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) ARCHFLAG/i486 = -m32 ARCHFLAG/amd64 = -m64 +ARCHFLAG/mips64 = -m64 CFLAGS += $(ARCHFLAG) AOUT_FLAGS += $(ARCHFLAG)