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
160952a9
Commit
160952a9
authored
Apr 04, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using the freshly built pairs of leon2/leon3 FPU/NONFPU
parent
95e85fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
OAR/Makefile
OAR/Makefile
+6
-4
No files found.
OAR/Makefile
View file @
160952a9
# Configuration section
#
# Use environment variables if found, otherwise fallback to sane defaults
RTEMS_MAKEFILE_PATH
?=
/opt/rtems-4.12-2016.03.18.NONFPU/sparc-rtems4.12/leon3
LEON
?=
leon3
RTEMS
?=
/opt/rtems-4.11-2016.04.01.FPU
RTEMS_MAKEFILE_PATH
?=
${RTEMS}
/sparc-rtems4.11/
${LEON}
RTEMS_LIB
=
${RTEMS_MAKEFILE_PATH}
/lib
CROSS_PREFIX
=
sparc-rtems4.1
2
CROSS_PREFIX
=
sparc-rtems4.1
1
# Detect the platform (last part of the path of RTEMS_MAKEFILE_PATH - e.g. leon3, leon2, etc)
PLATFORM
=
$(
shell
sh
-c
"echo
${RTEMS_MAKEFILE_PATH}
| sed 's,^.*/,,'"
)
...
...
@@ -41,7 +43,7 @@ TARGET=fputest
# What compiler to use for generating dependencies:
# it will be invoked with -MM -MP
CC
=
${CROSS_PREFIX}
-gcc
CC
=
${
RTEMS}
/bin/
${
CROSS_PREFIX}
-gcc
CDEP
=
${CC}
# What include flags to pass to the compiler
...
...
@@ -49,7 +51,7 @@ INCLUDEFLAGS= -I src
# Compilation flags (common)
COMMON
+=
-B
${RTEMS_LIB}
-specs
bsp_specs
-qrtems
\
-mcpu
=
leon3
-DBSP_leon3
\
-mcpu
=
cypress
-DBSP_
${LEON}
\
-ffunction-sections
-fdata-sections
-Wall
\
-Wmissing-prototypes
-Wimplicit-function-declaration
\
-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