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
0b3f58e1
Commit
0b3f58e1
authored
Oct 18, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow different targets for GAISLER builds
parent
fad56fd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
GAISLER/Makefile
GAISLER/Makefile
+3
-3
GAISLER/src/version.h
GAISLER/src/version.h
+1
-1
No files found.
GAISLER/Makefile
View file @
0b3f58e1
...
...
@@ -61,7 +61,7 @@ CDEP = ${CC}
# What include flags to pass to the compiler
INCLUDEFLAGS
=
-I
src
COMMON
+=
-q
ngmp
-mcpu
=
v8
-Wall
\
COMMON
+=
-q
${LEON}
-mcpu
=
v8
-Wall
\
-Wmissing-prototypes
-Wimplicit-function-declaration
\
-Wstrict-prototypes
-Wnested-externs
...
...
@@ -91,10 +91,10 @@ ifneq ($(CFG),debug)
@
echo
" "
@
echo
"You must specify a configuration when running make, e.g."
@
echo
" "
@
echo
" make CFG=debug LEON=leon3 FPU=1 V=1"
@
echo
" make CFG=debug LEON=leon3
mp
FPU=1 V=1"
@
echo
" "
@
echo
"- Possible choices for CFG are 'release' and 'debug'"
@
echo
"- Possible choices for LEON are 'leon2'
and 'leon3
' (default)"
@
echo
"- Possible choices for LEON are 'leon2'
, 'leon3mp' and 'ngmp
' (default)"
@
echo
"- Possible choices for FPU are '1' (native) and '0' (emulated) (default)"
@
echo
"- Possible choices for V are '1' (show commands) and '0' (silent) (default)"
@
echo
" "
...
...
GAISLER/src/version.h
View file @
0b3f58e1
#ifndef __VERSION_H__
#define __VERSION_H__
const
char
version
[]
=
"1.7
5 (ca9a018
)"
;
const
char
version
[]
=
"1.7
6 (fad56fd
)"
;
#endif
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