projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b88b18
)
profiles: ppc64le: disable symlink lib usage
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Mar 2017 23:01:28 +0000
(19:01 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/profiles/arch/powerpc/ppc64/64le/make.defaults
b/profiles/arch/powerpc/ppc64/64le/make.defaults
index dbe9c14ff1527ec35d56f39a603fa9a55f5c7e69..f02939cf2c6307aae2fb471de3c2cc663f8a2602 100644
(file)
--- a/
profiles/arch/powerpc/ppc64/64le/make.defaults
+++ b/
profiles/arch/powerpc/ppc64/64le/make.defaults
@@
-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"