change -fpic to -fPIC. Among other things this will let sparc shared

c++ libraries built with pkglibtool (which uses -fPIC) work.
change approved by mycroft.
This commit is contained in:
dmcmahill 2000-04-29 17:42:46 +00:00
parent 7d8f383dc6
commit 7348e432f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2000/01/22 19:39:20 mycroft Exp $
# $NetBSD: Makefile,v 1.14 2000/04/29 17:42:46 dmcmahill Exp $
CPPFLAGS+= -DLIBC_SCCS
COPTS+= -fpic
COPTS+= -fPIC
OBJS= c++rt0.o
realall: ${OBJS}