X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=INSTALL;h=ee1fe091c68a760c4332b530ce44dbcad8948b8d;hb=7e771e62e78944b9d1fe7e78ef71422b9d51f275;hp=017900df20d166ec0454c8e4fb9015db04fca81b;hpb=3ffb556c58ba69b4f52ae50fa92424300bd58bd1;p=musl diff --git a/INSTALL b/INSTALL index 017900df..ee1fe091 100644 --- a/INSTALL +++ b/INSTALL @@ -43,6 +43,7 @@ and ABI combinations: - arm (EABI) - mips (o32 ABI, requires fpu or float emulation in kernel) - microblaze (requires a cpu with lwx/swx instructions) +- powerpc (32-bit, must use "secure plt" mode for dynamic linking) For architectures with both little- and big-endian options, both are supported unless otherwise noted. @@ -119,7 +120,7 @@ main host system library directories. Finally, it's worth noting that musl's include and lib directories in the build tree are setup to be usable without installation, if -necessary. Just modify the the paths in the spec file used by musl-gcc +necessary. Just modify the paths in the spec file used by musl-gcc (it's located at $prefix/lib/musl-gcc.specs) to point to the source/build tree.