diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-08-23 23:02:49 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-08-23 23:02:49 +0000 |
commit | 95ef4c7576484f038c571d3a52fa588c916506b2 (patch) | |
tree | 0306a05a272f621022bd3ccc52e79cdc4043c326 /libexec/ld.so/i386/Makefile.inc | |
parent | bfce6caf8080fa2d4f5024cab4059d709567fae4 (diff) |
Support for i386 ELF. Not an indication that the change is going to be made,
just so that these files are maintained in the tree.
Diffstat (limited to 'libexec/ld.so/i386/Makefile.inc')
-rw-r--r-- | libexec/ld.so/i386/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/ld.so/i386/Makefile.inc b/libexec/ld.so/i386/Makefile.inc new file mode 100644 index 00000000000..28573b34aec --- /dev/null +++ b/libexec/ld.so/i386/Makefile.inc @@ -0,0 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.1 2002/08/23 23:02:48 drahn Exp $ + +CFLAGS += -fPIC +AFLAGS += -fpic |