Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RTEMS-build-workflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
8948284e
Commit
8948284e
authored
Mar 09, 2018
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option to disable/enable use of the SMP BSP.
parent
e29ab2df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
GAISLER/Makefile.RCCrc3_GR740
GAISLER/Makefile.RCCrc3_GR740
+5
-1
No files found.
GAISLER/Makefile.RCCrc3_GR740
View file @
8948284e
...
@@ -7,6 +7,10 @@ ifeq ($(FPU),)
...
@@ -7,6 +7,10 @@ ifeq ($(FPU),)
FPU
=
1
FPU
=
1
endif
endif
ifeq
($(SMP),)
SMP
=
_smp
endif
# To be able to properly handle any combination of (FPU, LEON, release)
# To be able to properly handle any combination of (FPU, LEON, release)
# options, create a SUFFIX (see below) to differentiate output folders
# options, create a SUFFIX (see below) to differentiate output folders
ifeq
($(FPU),1)
ifeq
($(FPU),1)
...
@@ -61,7 +65,7 @@ CDEP = ${CC}
...
@@ -61,7 +65,7 @@ CDEP = ${CC}
# What include flags to pass to the compiler
# What include flags to pass to the compiler
INCLUDEFLAGS
=
-I
src
INCLUDEFLAGS
=
-I
src
COMMON
+=
-mcpu
=
leon3
-qbsp
=
${LEON}
_smp
-Wall
\
COMMON
+=
-mcpu
=
leon3
-qbsp
=
${LEON}
${SMP}
-Wall
\
-Wmissing-prototypes
-Wimplicit-function-declaration
\
-Wmissing-prototypes
-Wimplicit-function-declaration
\
-Wstrict-prototypes
-Wnested-externs
-Wstrict-prototypes
-Wnested-externs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment