Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 01 Dec 2016 22:39:44
Message-Id: 1480631975.81e9f9f0a3ab9112c06c15a0796ba56751403bc6.mgorny@gentoo
1 commit: 81e9f9f0a3ab9112c06c15a0796ba56751403bc6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 08:02:08 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 22:39:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e9f9f0
7
8 cmake-utils.eclass: Unset BUILD_TYPE-specific ASM flags
9
10 eclass/cmake-utils.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
14 index 784ae44..c3de622 100644
15 --- a/eclass/cmake-utils.eclass
16 +++ b/eclass/cmake-utils.eclass
17 @@ -604,6 +604,7 @@ enable_cmake-utils_src_configure() {
18 # Wipe the default optimization flags out of CMake
19 if [[ ${CMAKE_BUILD_TYPE} != Gentoo ]] && ! has "${EAPI}" 2 3 4 5; then
20 cat >> ${common_config} <<- _EOF_ || die
21 + SET (CMAKE_ASM_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "")
22 SET (CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "")
23 SET (CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "")
24 SET (CMAKE_Fortran_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "")