summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorRemko van der Vossen2019-05-19 20:54:22 +0200
committerRemko van der Vossen2019-05-19 20:54:22 +0200
commitff53f8aecb8407401ee3eecb13efe6925a700960 (patch)
treeb4afccde707c7839620d3e6e74e01ef461ab0b2b /gnu
parentb1feed823f4d65b706ad75902977a1174e74648c (diff)
gnu/gcc: fix warning about invalid stored options
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gcc/HISTORY3
-rwxr-xr-xgnu/gcc/PREPARE2
2 files changed, 5 insertions, 0 deletions
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 981966aadd..5563c63519 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2019-05-19 Remko van der Vossen <wich@sourcemage.org>
+ * PREPARE: fix warning about invalid options in tablet
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/
diff --git a/gnu/gcc/PREPARE b/gnu/gcc/PREPARE
index 41f260a31a..a9f7a11511 100755
--- a/gnu/gcc/PREPARE
+++ b/gnu/gcc/PREPARE
@@ -1,5 +1,7 @@
message "Note: C and C++ compilers are always built"
. $GRIMOIRE/config_query_multi.function
+list_remove GCC_COMPILER c &&
+list_remove GCC_COMPILER c++ &&
config_query_multi GCC_COMPILER "Select the additional compilers you want" \
none \
ada \