Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
cellframe
cellframe-sdk
Commits
56da7f26
Commit
56da7f26
authored
3 years ago
by
Aleksandr Vodianov
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecated commands
parent
564400ca
No related branches found
Branches containing commit
No related tags found
3 merge requests
!512
bugfix-5760
,
!501
Update dap_chain_global_db_driver_cdb.c - removed unused piece of code (added by bugfix5456)
,
!419
Feature 5220
Pipeline
#10195
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
3rdparty/monero_crypto/CMakeLists.txt
+4
-4
4 additions, 4 deletions
3rdparty/monero_crypto/CMakeLists.txt
with
4 additions
and
4 deletions
3rdparty/monero_crypto/CMakeLists.txt
+
4
−
4
View file @
56da7f26
...
...
@@ -207,10 +207,10 @@ else()
#0xd03 - Cortex-A73
if
(
NOT ARM8 AND NOT ANDROID
)
CHECK_CXX_ACCEPTS_FLAG
(
-mfpu=vfp3-d16 CXX_ACCEPTS_VFP3_D16
)
CHECK_CXX_ACCEPTS_FLAG
(
-mfpu=vfp4 CXX_ACCEPTS_VFP4
)
CHECK_CXX_ACCEPTS_FLAG
(
-mfloat-abi=hard CXX_ACCEPTS_MFLOAT_HARD
)
CHECK_CXX_ACCEPTS_FLAG
(
-mfloat-abi=softfp CXX_ACCEPTS_MFLOAT_SOFTFP
)
#
CHECK_CXX_ACCEPTS_FLAG(-mfpu=vfp3-d16 CXX_ACCEPTS_VFP3_D16)
#
CHECK_CXX_ACCEPTS_FLAG(-mfpu=vfp4 CXX_ACCEPTS_VFP4)
#
CHECK_CXX_ACCEPTS_FLAG(-mfloat-abi=hard CXX_ACCEPTS_MFLOAT_HARD)
#
CHECK_CXX_ACCEPTS_FLAG(-mfloat-abi=softfp CXX_ACCEPTS_MFLOAT_SOFTFP)
endif
()
if
(
ARM8
)
...
...
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