From 19235be2aca9d92dd3217bda109ce99fcb1d0119 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 26 May 2019 19:32:40 -0400 Subject: build: Fix syntax errors introduced in 18acc412 --- 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 -- cgit v0.9.1