Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
einsteinathome
boinc
Commits
7c70c3b6
Commit
7c70c3b6
authored
15 years ago
by
Rom Walton
Browse files
Options
Downloads
Patches
Plain Diff
- client: Fix linux build break.
client cs_platforms.cpp svn path=/trunk/boinc/; revision=19451
parent
d0eb9e30
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
checkin_notes
+6
-0
6 additions, 0 deletions
checkin_notes
client/cs_platforms.cpp
+60
-58
60 additions, 58 deletions
client/cs_platforms.cpp
with
66 additions
and
58 deletions
checkin_notes
+
6
−
0
View file @
7c70c3b6
...
...
@@ -8883,3 +8883,9 @@ David 31 Oct 2009
clientgui
AdvancedFrame.cpp
ProjectProcessingPage.cpp
Rom 4 Nov 2009
- client: Fix linux build break.
client
cs_platforms.cpp
This diff is collapsed.
Click to expand it.
client/cs_platforms.cpp
+
60
−
58
View file @
7c70c3b6
...
...
@@ -188,6 +188,7 @@ void CLIENT_STATE::detect_platforms() {
}
#endif
}
}
if
(
support64
)
{
add_platform
(
"x86_64-pc-linux-gnu"
);
...
...
@@ -272,6 +273,7 @@ void CLIENT_STATE::detect_platforms() {
#endif // !defined(UNKNOWN_SOLARIS_PROCESSOR)
#else
// Any other platform, fall back to the previous method
add_platform
(
HOSTTYPE
);
#ifdef HOSTTYPEALT
...
...
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