use -fPIC for sparc.

This commit is contained in:
steve 2000-08-12 20:54:33 +00:00
parent 534521f88b
commit 3ae4d2cf91
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.10 2000/05/04 03:37:59 steve Exp $"
#ident "$Id: Makefile.in,v 1.11 2000/08/12 20:54:33 steve Exp $"
#
#
SHELL = /bin/sh
@ -41,7 +41,7 @@ INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
CPPFLAGS = @CPPFLAGS@ @DEFS@ -fpic
CPPFLAGS = @CPPFLAGS@ @DEFS@ -fPIC
CXXFLAGS = @CXXFLAGS@
LDFLAGS = @LDFLAGS@