artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e842f
)
build crt*S with -fPIC instead of -fpic
author
miod
<miod@openbsd.org>
Tue, 14 Jan 2014 18:21:37 +0000
(18:21 +0000)
committer
miod
<miod@openbsd.org>
Tue, 14 Jan 2014 18:21:37 +0000
(18:21 +0000)
lib/csu/m68k/Makefile
patch
|
blob
|
history
diff --git
a/lib/csu/m68k/Makefile
b/lib/csu/m68k/Makefile
index
6a9676e
..
cfab955
100644
(file)
--- a/
lib/csu/m68k/Makefile
+++ b/
lib/csu/m68k/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
9 2013/12/03 06:21:41 guenther
Exp $
+# $OpenBSD: Makefile,v 1.
10 2014/01/14 18:21:37 miod
Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o
@@
-8,7
+8,7
@@
ELFDIR= ${.CURDIR}/../common_elf
.PATH: ${ELFDIR}
CFLAGS+= -I${ELFDIR} -I${.CURDIR}
-PICFLAG= -f
pic
+PICFLAG= -f
PIC
all: ${OBJS}