summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-02-18 10:29:17 +0000
committerpaltherr <paltherr@epfl.ch>2004-02-18 10:29:17 +0000
commit27203be4cdcecefd0ad9ca6c4523f09a8b508037 (patch)
tree5408bdecb7331a4fda7e8f3b93bdbda67c440f66 /Makefile.config
parent0434561ceebc44dc08ef4ccb64bdb7825c4959df (diff)
downloadscala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.tar.gz
scala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.tar.bz2
scala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.zip
- Added external bootstrap scalac
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 45bd184152..b6c8255c75 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -102,6 +102,11 @@ PICO ?= pico
PICO_FLAGS ?= -make -source 1.4
##############################################################################
+# Bootstrap compiler
+
+BOOTSTRAP_SCALAC ?= scalac
+
+##############################################################################
# XSLT processor
XSLTPROC ?= xsltproc