diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-15 19:27:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-15 19:27:37 +0000 |
commit | e84e716a29c6337db799dfe0ef089092dc560a8c (patch) | |
tree | 3c8f40f5942730d43d0e7b7041efff871a1ae6a0 | |
parent | profiles: drop dangling arm profiles (diff) | |
download | gentoo-e84e716a29c6337db799dfe0ef089092dc560a8c.tar.gz gentoo-e84e716a29c6337db799dfe0ef089092dc560a8c.tar.bz2 gentoo-e84e716a29c6337db799dfe0ef089092dc560a8c.zip |
profiles: drop dangling default/linux/uclibc/arm/armv6j profile
Deleted
default/linux/uclibc/arm/armv6j
profile not referenced by from profiles.desc.
Use known
default/linux/arm/17.0/uclibc/armv6j
instead.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
4 files changed, 0 insertions, 30 deletions
diff --git a/profiles/default/linux/uclibc/arm/armv6j/eapi b/profiles/default/linux/uclibc/arm/armv6j/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/uclibc/arm/armv6j/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/uclibc/arm/armv6j/make.defaults b/profiles/default/linux/uclibc/arm/armv6j/make.defaults deleted file mode 100644 index 85682272eded..000000000000 --- a/profiles/default/linux/uclibc/arm/armv6j/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 - -CHOST="armv6j-hardfloat-linux-uclibceabi" -CHOST_arm="${CHOST}" - -CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard" -CXXFLAGS="${CFLAGS}" -FFLAGS="${CFLAGS}" -FCFLAGS="${CFLAGS}" diff --git a/profiles/default/linux/uclibc/arm/armv6j/package.mask b/profiles/default/linux/uclibc/arm/armv6j/package.mask deleted file mode 100644 index 6a132627c621..000000000000 --- a/profiles/default/linux/uclibc/arm/armv6j/package.mask +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) -# Clang does not work correctly with the old *-hardfloat-* triplets. -# Please switch to 17.0 profiles that use *eabihf triplets instead. -# https://bugs.gentoo.org/595834 -dev-python/clang-python -dev-util/lldb -sys-devel/clang -sys-devel/clang-common -sys-devel/clang-runtime -sys-libs/compiler-rt -sys-libs/compiler-rt-sanitizers -sys-libs/libcxx -sys-libs/libcxxabi -sys-libs/libomp -sys-libs/llvm-libunwind diff --git a/profiles/default/linux/uclibc/arm/armv6j/parent b/profiles/default/linux/uclibc/arm/armv6j/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/default/linux/uclibc/arm/armv6j/parent +++ /dev/null @@ -1 +0,0 @@ -.. |