summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorFlorian Franzmann2019-05-04 19:44:12 +0200
committerFlorian Franzmann2019-05-04 19:44:12 +0200
commit34ae184c964df25f0545a4ef2e25d46a832715b4 (patch)
treef7949e5beded75bc4db95d03275949677492ec21 /gnu
parent4ac3bb301ce83ffabb1f1d89189c0e82f04119f3 (diff)
gnu/gcc: fix whitespace
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gcc/HISTORY1
-rwxr-xr-xgnu/gcc/PREPARE4
2 files changed, 3 insertions, 2 deletions
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 2c9a0a4f05..cb503dc947 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -2,6 +2,7 @@
* PREPARE: add support for the brig, d and jit frontends
* PRE_SUB_DEPENDS, SUB_DEPENDS: add subdependencies for brig, d, jit and objc-c++
* DETAILS: PATCHLEVEL=1
+ * PREPARE: use spaces instead of tabs for indenting
2019-05-03 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 9.1.0
diff --git a/gnu/gcc/PREPARE b/gnu/gcc/PREPARE
index 8e2b3ac1a7..41f260a31a 100755
--- a/gnu/gcc/PREPARE
+++ b/gnu/gcc/PREPARE
@@ -3,8 +3,8 @@ message "Note: C and C++ compilers are always built"
config_query_multi GCC_COMPILER "Select the additional compilers you want" \
none \
ada \
- brig \
- d \
+ brig \
+ d \
fortran \
go \
jit \