diff options
author | des <des@FreeBSD.org> | 2013-09-08 09:46:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-08 09:46:22 +0000 |
commit | 89699e113faea33b4d774b5e403372f58d276c5b (patch) | |
tree | acf131db527457a995ccd45f5a410fbdcf87bcfc /etc/etc.amd64 | |
parent | fcb1c0aa6d23f22394a713ca07e5b4fe2d77270f (diff) | |
download | FreeBSD-src-89699e113faea33b4d774b5e403372f58d276c5b.zip FreeBSD-src-89699e113faea33b4d774b5e403372f58d276c5b.tar.gz |
Add a stock libmap32.conf for amd64. The first two lines have no effect
except to document the hardcoded standard library search path for 32-bit
binaries. The third line performs the equivalent substitution for the
private library directory.
Ironically, these entries rely on functionality which is only available
in the COMPAT_32BIT version of rtld-elf.
Approved by: re (blanket)
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/libmap32.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/etc.amd64/libmap32.conf b/etc/etc.amd64/libmap32.conf new file mode 100644 index 0000000..6096e21 --- /dev/null +++ b/etc/etc.amd64/libmap32.conf @@ -0,0 +1,4 @@ +# $FreeBSD$ +/lib /lib32 +/usr/lib /usr/lib32 +/usr/lib/private /usr/lib32/private |