Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polyorb-hi-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TASTE
polyorb-hi-c
Commits
ea0ed9b1
PL1
Commit
ea0ed9b1
authored
6 years ago
by
yoogx
Browse files
Options
Downloads
Patches
Plain Diff
* Add leon3_smp BSP from RCC
parent
370b971c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
share/make/Makefile.leon.rtems
+5
-0
5 additions, 0 deletions
share/make/Makefile.leon.rtems
share/make/Makefile.leon.rtems_posix
+5
-0
5 additions, 0 deletions
share/make/Makefile.leon.rtems_posix
with
10 additions
and
0 deletions
share/make/Makefile.leon.rtems
+
5
−
0
View file @
ea0ed9b1
...
...
@@ -59,6 +59,11 @@ ifeq ($(RTEMS_BSP),gr740_smp)
POHI_CFLAGS
+=
-DGRLEON3
endif
# leon3_smp is provided by RCC 1.3
ifeq
($(RTEMS_BSP),leon3_smp)
POHI_CFLAGS
+=
-DGRLEON3
-DLEON3
endif
ifeq
($(RTEMS_BSP),leon3)
POHI_CFLAGS
+=
-DGRLEON3
endif
...
...
This diff is collapsed.
Click to expand it.
share/make/Makefile.leon.rtems_posix
+
5
−
0
View file @
ea0ed9b1
...
...
@@ -68,6 +68,11 @@ ifeq ($(RTEMS_BSP),gr740_smp)
POHI_CFLAGS
+=
-DGRLEON3
-DLEON3
endif
# leon3_smp is provided by RCC 1.3
ifeq
($(RTEMS_BSP),leon3_smp)
POHI_CFLAGS
+=
-DGRLEON3
-DLEON3
endif
ifeq
($(RTEMS_BSP),leon3)
POHI_CFLAGS
+=
-DGRLEON3
-DLEON3
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