Inital Commit - on Clang+LTO

This commit is contained in:
2021-07-27 06:13:36 +03:00
commit f132fe43db
57 changed files with 5852 additions and 0 deletions

6
bashrc Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
[ "`type -t BashrcdMain`" = function ] || \
. "${PORTAGE_CONFIGROOT%/}/etc/portage/bashrc.d/bashrcd.sh"
BashrcdMain "$@"