diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-07-02 23:09:18 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-07-02 23:09:18 +0000 |
commit | 402ee498090e479daa5396339125017d80f0465f (patch) | |
tree | 5a13a7bcc23778aff9c5908694b62404cde948ee | |
parent | 7a02495fe637ff626892a04665b1b9bf722da4c8 (diff) |
Add Makefile.inc for hppa64 to aid in building cross tools.
ok drahn@ kettenis@
-rw-r--r-- | libexec/ld.so/hppa64/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/ld.so/hppa64/Makefile.inc b/libexec/ld.so/hppa64/Makefile.inc new file mode 100644 index 00000000000..e1edef532f4 --- /dev/null +++ b/libexec/ld.so/hppa64/Makefile.inc @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile.inc,v 1.1 2010/07/02 23:09:17 jsing Exp $ + +CFLAGS += -fpic +AFLAGS += -fpic +#ELF_LDFLAGS=-t +LDADD= `$(CC) -print-libgcc-file-name` |