Skip to content

Commit

Permalink
GCC 11.1.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
olasoder-work committed May 28, 2021
1 parent a102fd4 commit 87866f9
Show file tree
Hide file tree
Showing 38 changed files with 9,398 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc-build/features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ FEATURES=\
# Check, if major version is greater than or equals to 8
ifeq ($(shell test $(MAJOR_VERSION) -ge 8; echo $$?), 0)
FEATURES+=--enable-threads=amigaos --enable-lto

# Check, if major version is greater than or equals to 11
ifeq ($(shell test $(MAJOR_VERSION) -ge 11; echo $$?), 0)
FEATURES+=--disable-c++tools
endif
endif
Loading

0 comments on commit 87866f9

Please sign in to comment.