gcc,gcc29: build the CHILL compiler

This commit is contained in:
Tom G. Christensen
2013-12-15 15:31:56 +01:00
parent d970bad34e
commit 57c730cf99
4 changed files with 11 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ pthreads="--enable-threads=posix95"
# Enable all languages
langs="--enable-languages=c,c++,objc,fortran,ada,obj-c++"
# For gcc 2.95.3 also build the chill compiler
[ $abbrev_majorminor -eq 29 ] && langs="$langs,CHILL"
# For gcc < 4.0 fortran is f77
[ $abbrev_majorminor -lt 40 ] && langs=${langs/fortran/f77}
# For gcc 4.0 fortran is f95