Skip to content

Commit

Permalink
components/gcc: enable bootstrap make sure proper build with major ve…
Browse files Browse the repository at this point in the history
…rsion change
  • Loading branch information
itsManjeet committed Mar 2, 2025
1 parent d5809be commit 26a0953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/include/gcc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ configure: >-
--enable-shared
--enable-threads=posix
--enable-languages=c,c++,lto
--enable-bootstrap
--disable-libssp
--disable-libstdcxx-pch
--disable-werror
--disable-multilib
--disable-boostrap

post-script: |
ln -sv ../bin/cpp %{install-root}/%{libdir}/
Expand Down

0 comments on commit 26a0953

Please sign in to comment.