profiles: ppc64le: disable symlink lib usage
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 23:01:28 +0000 (19:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 23:02:13 +0000 (19:02 -0400)
We haven't released any official ppc64 little endian images yet,
so there's no point in doing so with a setup we want to kill.

profiles/arch/powerpc/ppc64/64le/make.defaults

index dbe9c14ff1527ec35d56f39a603fa9a55f5c7e69..f02939cf2c6307aae2fb471de3c2cc663f8a2602 100644 (file)
@@ -6,7 +6,3 @@ CFLAGS="-O2 -pipe"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
-
-# moved from 64bit-native, TODO: move it upwards
-SYMLINK_LIB="yes"
-LIBDIR_ppc64="lib64"