summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux b/config/linux
index 032bfb0..6f025e7 100644
--- a/config/linux
+++ b/config/linux
@@ -8,8 +8,8 @@
# The default compiler is `gcc'.
if test "X-" = "X-$CC"; then
- CC=cc
- CC_BASENAME=cc
+ CC=gcc
+ CC_BASENAME=gcc
fi
ARCH="-mcpu=pentiumpro -march=pentiumpro -malign-double"