diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-26 23:14:53 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-26 23:14:53 +0000 |
commit | ecd84bf31bad64b35b9fc94c35074f968296f988 (patch) | |
tree | 246df6a903613d5f3a22b7e50d663174c4c22d6b /libexec | |
parent | 56a7dfc033f0d1f2e8fafbe18dade6b5311353f8 (diff) |
switch alpha to gcc3; joint work with drahn@ and brad@
ok drahn@ brad@ mickey@ deraadt@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/alpha/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/alpha/Makefile.inc b/libexec/ld.so/alpha/Makefile.inc index 7115f746acb..375ba49a56e 100644 --- a/libexec/ld.so/alpha/Makefile.inc +++ b/libexec/ld.so/alpha/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.1 2002/08/21 15:40:30 art Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2006/09/26 23:14:52 martin Exp $ -CFLAGS += -fpic -mno-fp-regs +CFLAGS += -fPIC -mno-fp-regs LIBCSRCDIR=${.CURDIR}/../../lib/libc .include "${LIBCSRCDIR}/arch/alpha/Makefile.inc" |