gcc: Try more options.

This commit is contained in:
Dylan Araps 2019-07-12 11:15:53 +03:00
parent 0f75d1de39
commit e8c42dc00c
2 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,10 @@ unset CFLAGS CXXFLAGS
--enable-threads \ --enable-threads \
--enable-tls \ --enable-tls \
--enable-languages=c,c++ \ --enable-languages=c,c++ \
--build="$machine" --build="$machine" \
--with-tune=generic \
--with-arch=x86-64 \
--with-cpu-64=generic
make BOOT_CFLAGS='-O' make BOOT_CFLAGS='-O'
make DESTDIR="$1" install make DESTDIR="$1" install

View File

@ -1 +1 @@
9.1.0 2 9.1.0 3