diff options
author | David Schleef <ds@schleef.org> | 2001-11-12 03:07:54 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-12 03:07:54 +0000 |
commit | 2dd9aa80bc85c37d34dcd778406323d34fcf38c8 (patch) | |
tree | 590994de593f6f6ae119fac19a407aca6f68d3c9 /extra/Configs | |
parent | 46db40b0da939fb891d2f599e43d68b6ee4a3f8d (diff) | |
download | uClibc-alpine-2dd9aa80bc85c37d34dcd778406323d34fcf38c8.tar.bz2 uClibc-alpine-2dd9aa80bc85c37d34dcd778406323d34fcf38c8.tar.xz |
Enable ld.so on powerpc
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 6e2a3ecf7..d9e7c6c30 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -143,7 +143,7 @@ DOPIC = false HAVE_SHARED = true # uClibc has a native shared library loader for some architectures. -BUILD_UCLIBC_LDSO=false +BUILD_UCLIBC_LDSO=true # If you are using shared libraries, but do not want/have a native # uClibc shared library loader, please specify the name of your |