aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-15 19:50:22 -0300
committerEuAndreh <eu@euandre.org>2022-05-15 19:50:22 -0300
commit1074194307e83a6ae882872352159ec3b0f80e53 (patch)
treeaf50faec33a80f4250b51305928660e4def78b68
parentetc/guix/system.scm: Remove duplicate FIXME marker from curth0 (diff)
downloaddotfiles-1074194307e83a6ae882872352159ec3b0f80e53.tar.gz
dotfiles-1074194307e83a6ae882872352159ec3b0f80e53.tar.xz
Use TinyCC as the default value of $CC
-rw-r--r--etc/bash/rc2
-rw-r--r--etc/guix/home.scm1
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/bash/rc b/etc/bash/rc
index f81e350..28c3813 100644
--- a/etc/bash/rc
+++ b/etc/bash/rc
@@ -61,7 +61,7 @@ N_PROCS=$(($(nproc) * 2 + 1))
export MAKEFLAGS="-j $N_PROCS"
export GOPATH="$SRC/go"
export CFLAGS='-std=c99 -Wall -Wextra -Wpedantic -g -flto -Werror'
-export CC=musl-gcc
+export CC=tcc
export AR=gcc-ar
export LEX=flex
export LDFLAGS='-flto'
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index f0f9f92..5e56009 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -261,6 +261,7 @@
valgrind
gcc-toolchain
clang
+ tcc
node
quickjs
m4