summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 19:32:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 19:32:40 (EDT)
commit19235be2aca9d92dd3217bda109ce99fcb1d0119 (patch)
tree8bd86f7ceee52a5d8454832d1efc3620c0250db2
parent3e6de81a16476360437bc05523b59613529b55f2 (diff)
build: Fix syntax errors introduced in 18acc412
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index f4895d8..fe26630 100755
--- a/build
+++ b/build
@@ -52,7 +52,7 @@ common_opts = \
full_opts = \
--enable-shared \
--enable-threads=posix \
- --enable-languages=c,c++
+ --enable-languages=c,c++ \
$(common_opts)
bootstrap1_opts = \
@@ -62,7 +62,7 @@ bootstrap1_opts = \
--disable-threads \
--enable-languages=c,c++ \
--disable-libgomp \
- --disable-libssp
+ --disable-libssp \
$(common_opts)
# Abbreviation for build-gcc-config