[gnome-build-meta/lle-bout/ppc64le: 7/12] Replace some instances of ppc64le with powerpc64le
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/lle-bout/ppc64le: 7/12] Replace some instances of ppc64le with powerpc64le
- Date: Fri, 10 Jul 2020 14:56:53 +0000 (UTC)
commit 3bf6a5ecb3e4491030c7289ad9ed90edfbf109fb
Author: Leo Le Bouter <lle-bout zaclys net>
Date: Wed Jul 8 03:28:28 2020 +0000
Replace some instances of ppc64le with powerpc64le
.gitlab-ci.yml | 10 +++++-----
project.conf | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5b7acad..3ef3baef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,13 +191,13 @@ default:
variables:
ARCH: arm
-.ppc64le: &ppc64le
+.powerpc64le: &powerpc64le
image: "${DOCKER_PPC64LE}"
tags:
- ppc64le
- gnome-build-meta
variables:
- ARCH: ppc64le
+ ARCH: powerpc64le
#
# "Real" CI jobs
@@ -236,9 +236,9 @@ build-gnome-core-arm:
extends: .build-template
<<: *arm
-build-gnome-core-ppc64le:
+build-gnome-core-powerpc64le:
extends: .build-template
- <<: *ppc64le
+ <<: *powerpc64le
vm-image-x86_64:
@@ -341,7 +341,7 @@ flatpak-arm:
flatpak-ppc64le:
extends: .flatpak-template
- <<: *ppc64le
+ <<: *powerpc64le
flatpak-finish:
stage: finish_flatpak
diff --git a/project.conf b/project.conf
index 8c6b4168..4f07a1f3 100644
--- a/project.conf
+++ b/project.conf
@@ -31,7 +31,7 @@ options:
- aarch64
- i686
- x86_64
- - ppc64le
+ - powerpc64le
# Source aliases.
@@ -95,9 +95,9 @@ environment:
CFLAGS: "%{flags_aarch64}"
CXXFLAGS: "%{flags_aarch64}"
LDFLAGS: "%{ldflags_defaults}"
- - arch == "ppc64le":
- CFLAGS: "%{flags_ppc64le}"
- CXXFLAGS: "%{flags_ppc64le}"
+ - arch == "powerpc64le":
+ CFLAGS: "%{flags_powerpc64le}"
+ CXXFLAGS: "%{flags_powerpc64le}"
LDFLAGS: "%{ldflags_defaults}"
# Some overrides to element configuration based on type
@@ -228,7 +228,7 @@ variables:
flags_i686: "-march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign %{common_flags}
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection %{local_flags}"
flags_aarch64: "%{common_flags} -fasynchronous-unwind-tables -fstack-clash-protection %{local_flags}"
flags_arm: "%{common_flags} %{local_flags}"
- flags_ppc64le: "%{common_flags} %{local_flags}"
+ flags_powerpc64le: "%{common_flags} %{local_flags}"
ldflags_defaults: "-Wl,-z,relro,-z,now -Wl,--as-needed -L%{libdir}"
local_flags: ''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]