components/p7zip/makefile.solaris
changeset 2075 17fc4867be16
parent 138 089c2065503f
child 5923 125ce0e23ed8
--- a/components/p7zip/makefile.solaris	Tue Sep 09 14:21:44 2014 -0700
+++ b/components/p7zip/makefile.solaris	Tue Sep 09 13:45:23 2014 -0700
@@ -20,14 +20,14 @@
 #
 
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 OPTFLAGS=-O
 
 LFS_CFLAGS = $(shell getconf LFS_CFLAGS)
 
-ALLFLAGS=${OPTFLAGS} -s -mt \
+ALLFLAGS=${OPTFLAGS} -s -mt -m64 \
         -DHAVE_LONG_LONG \
         $(LFS_CFLAGS) \
         -DENV_UNIX \