aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-07 21:52:18 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-07 21:52:18 +0100
commit9c121fc565d9112753e11e350031078029a85deb (patch)
treeebbf1ea103c406a4ca2d3dbad13c0b119b9c0efb
parentmisc improvements (diff)
downloadscrotty-9c121fc565d9112753e11e350031078029a85deb.tar.gz
scrotty-9c121fc565d9112753e11e350031078029a85deb.tar.bz2
scrotty-9c121fc565d9112753e11e350031078029a85deb.tar.xz
gcc is not really necessary
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index abbb69c..0e2a463 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -10,7 +10,7 @@ BUILD DEPENDENCIES:
make
coreutils
libc
- gcc
+ gcc (any cc can be used if WARN in Makefile is edited)
gettext (opt-out, for internationalisation)
texinfo (opt-out, for info, pdf, dvi, ps, and html manuals)
texlive-plainextra (opt-in, for pdf, dvi, and ps manuals)