diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-25 21:48:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-25 21:48:01 +0000 |
commit | 0e3836a0c3bd4bb6b41f5dceabb72ba3403ee796 (patch) | |
tree | deeb7886c46a9543c09eb097724a2eedc5c24858 /libexec/ld.so/hppa/Makefile.inc | |
parent | 521a0e978b23922fb131aeb585ae374ac15af52b (diff) |
md parts for hppa
Diffstat (limited to 'libexec/ld.so/hppa/Makefile.inc')
-rw-r--r-- | libexec/ld.so/hppa/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/ld.so/hppa/Makefile.inc b/libexec/ld.so/hppa/Makefile.inc new file mode 100644 index 00000000000..c3453709e1d --- /dev/null +++ b/libexec/ld.so/hppa/Makefile.inc @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile.inc,v 1.1 2004/05/25 21:48:00 mickey Exp $ + +CFLAGS += -fpic +AFLAGS += -fpic +#ELF_LDFLAGS=-t +LDADD= `$(CC) -print-libgcc-file-name` |