Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
gcc: Try more options.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 12, 2019
1 parent 0f75d1d commit e8c42dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion core/gcc/build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ unset CFLAGS CXXFLAGS
--enable-threads \
--enable-tls \
--enable-languages=c,c++ \
--build="$machine"
--build="$machine" \
--with-tune=generic \
--with-arch=x86-64 \
--with-cpu-64=generic

make BOOT_CFLAGS='-O'
make DESTDIR="$1" install
Expand Down
2 changes: 1 addition & 1 deletion core/gcc/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.0 2
9.1.0 3

0 comments on commit e8c42dc

Please sign in to comment.