diff --git a/README.md b/README.md index 8389134..4084a41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@

Configuration

Inference personal configuration files.


+

These configuration files are targeting Linux, Gentoo Hardened,
+musl libc, and LLVM toolchain. Anything else is out of scope and
+unsupported. I am working on moving all GCC-related configurations to LLVM,
+and GCC will eventually be dropped, entirely. They also focus on hardening
+the system as much as possible, without making it unusable; expect
+noticeable performance impact, although the system should still be usable.
+Security and privacy are the focuses, nothing else. +

Licensing

All content is licensed under MIT License.

diff --git a/portage/make.conf b/portage/make.conf index 1db8c03..9c5ce9d 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -9,13 +9,13 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags.