Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kart Krew
Kart-Public
Commits
6c7f95e7
Commit
6c7f95e7
authored
4 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Add missing GCC version flags to the Makefile
(cherry picked from commit 00943e9e82ff46a97a2bc1e3179ce47e53345cc3)
parent
61f35c91
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.cfg
+41
-4
41 additions, 4 deletions
src/Makefile.cfg
with
41 additions
and
4 deletions
src/Makefile.cfg
+
41
−
4
View file @
6c7f95e7
...
...
@@ -12,11 +12,12 @@
# to avoid a false positive with the version detection...
SUPPORTED_GCC_VERSIONS
:=
\
91
\
81 82 83
\
71 72
\
101 102
\
91 92 93
\
81 82 83 84
\
71 72 73 74 75
\
61 62 63 64
\
51 52 53 54
\
51 52 53 54
55
\
40 41 42 43 44 45 46 47 48 49
LATEST_GCC_VERSION
=
9.1
...
...
@@ -68,7 +69,27 @@ ifeq (,$(filter GCC%,$(.VARIABLES)))
endif
endif
ifdef
GCC102
GCC101
=
1
endif
ifdef
GCC101
GCC93
=
1
endif
ifdef
GCC93
GCC92
=
1
endif
ifdef
GCC92
GCC91
=
1
endif
ifdef
GCC91
GCC84
=
1
endif
ifdef
GCC84
GCC83
=
1
endif
...
...
@@ -81,6 +102,18 @@ GCC81=1
endif
ifdef
GCC81
GCC75
=
1
endif
ifdef
GCC75
GCC74
=
1
endif
ifdef
GCC74
GCC73
=
1
endif
ifdef
GCC73
GCC72
=
1
endif
...
...
@@ -105,6 +138,10 @@ GCC61=1
endif
ifdef
GCC61
GCC55
=
1
endif
ifdef
GCC55
GCC54
=
1
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment