diff options
author | Patrick 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) |
commit | 19235be2aca9d92dd3217bda109ce99fcb1d0119 (patch) | |
tree | 8bd86f7ceee52a5d8454832d1efc3620c0250db2 /build | |
parent | 3e6de81a16476360437bc05523b59613529b55f2 (diff) |
build: Fix syntax errors introduced in 18acc412
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |