mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Revert "profiles/features/llvm: fix CPP definition"
This reverts commit d9ab7b4d4a.
Bug: https://bugs.gentoo.org/975778
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# this is for now highly experimental -dilfridge
|
||||
@@ -19,7 +19,7 @@ LDFLAGS="${LDFLAGS} -Wl,--as-needed"
|
||||
# use LLVM-provided binutils
|
||||
AR="llvm-ar"
|
||||
AS="clang -c"
|
||||
CPP="clang-cpp -E"
|
||||
CPP="clang-cpp"
|
||||
NM="llvm-nm"
|
||||
STRIP="llvm-strip"
|
||||
RANLIB="llvm-ranlib"
|
||||
|
||||
Reference in New Issue
Block a user