[redhat-rpm-config: 211/215] Enable ppc64le otherwise default rpm cflags will be used

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:36:10 UTC 2014


commit c7d4014777c5e8cd896a6e315b6629e8f3c02ea7
Author: Dan HorĂ¡k <dan at danny.cz>
Date:   Mon Mar 24 17:27:07 2014 +0100

    Enable ppc64le otherwise default rpm cflags will be used

 rpmrc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/rpmrc b/rpmrc
index fe2f84b..6d3c4da 100644
--- a/rpmrc
+++ b/rpmrc
@@ -28,6 +28,7 @@ optflags: ppc %{__global_cflags} -m32
 optflags: ppciseries %{__global_cflags} -m32
 optflags: ppcpseries %{__global_cflags} -m32
 optflags: ppc64 %{__global_cflags} -m64
+optflags: ppc64le %{__global_cflags} -m64
 optflags: ppc64iseries %{__global_cflags} -m64
 optflags: ppc64pseries %{__global_cflags} -m64
 optflags: ppc8260 %{__global_cflags} -m32


More information about the scm-commits mailing list