treewide: drop references to powerpc64

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2018-08-15 02:07:12 +00:00
parent 32174df9f8
commit 42c4885f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ ln -sf /usr/lib $INSTALL/lib
ln -sf /usr/bin $INSTALL/bin
ln -sf /usr/sbin $INSTALL/sbin
if [ "$TARGET_ARCH" = "x86_64" -o "$TARGET_ARCH" = "powerpc64" ]; then
if [ "$TARGET_ARCH" = "x86_64" ]; then
ln -s /usr/lib $INSTALL/lib64
ln -s /usr/lib $INSTALL/usr/lib64
fi