Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
cm-projects
RIOT
Commits
c99539c5
Commit
c99539c5
authored
11 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
do not omit exported CFLAGS
parent
a256a776
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
msba2-common/Makefile.include
+2
-1
2 additions, 1 deletion
msba2-common/Makefile.include
redbee-econotag/Makefile.include
+1
-1
1 addition, 1 deletion
redbee-econotag/Makefile.include
with
3 additions
and
2 deletions
msba2-common/Makefile.include
+
2
−
1
View file @
c99539c5
...
@@ -3,9 +3,10 @@ export CPU = lpc2387
...
@@ -3,9 +3,10 @@ export CPU = lpc2387
# toolchain config
# toolchain config
export
PREFIX
=
@arm-none-eabi-
export
PREFIX
=
@arm-none-eabi-
#export PREFIX = @arm-elf-
export
CC
=
@
$(
PREFIX
)
gcc
export
CC
=
@
$(
PREFIX
)
gcc
export
AR
=
@
$(
PREFIX
)
ar
export
AR
=
@
$(
PREFIX
)
ar
export
CFLAGS
=
-std
=
gnu99
-O2
-Wall
-Wstrict-prototypes
-mcpu
=
arm7tdmi-s
-gdwarf-2
export
CFLAGS
+
=
-std
=
gnu99
-O2
-Wall
-Wstrict-prototypes
-mcpu
=
arm7tdmi-s
-gdwarf-2
export
ASFLAGS
=
-gdwarf-2
-mcpu
=
arm7tdmi-s
export
ASFLAGS
=
-gdwarf-2
-mcpu
=
arm7tdmi-s
export
AS
=
$(
PREFIX
)
as
export
AS
=
$(
PREFIX
)
as
export
LINK
=
$(
PREFIX
)
gcc
export
LINK
=
$(
PREFIX
)
gcc
...
...
This diff is collapsed.
Click to expand it.
redbee-econotag/Makefile.include
+
1
−
1
View file @
c99539c5
...
@@ -5,7 +5,7 @@ export CPU = mc1322x
...
@@ -5,7 +5,7 @@ export CPU = mc1322x
export
PREFIX
=
@arm-none-eabi-
export
PREFIX
=
@arm-none-eabi-
export
CC
=
@
$(
PREFIX
)
gcc
export
CC
=
@
$(
PREFIX
)
gcc
export
AR
=
@
$(
PREFIX
)
ar
export
AR
=
@
$(
PREFIX
)
ar
export
CFLAGS
=
-std
=
gnu99
-march
=
armv4t
-mtune
=
arm7tdmi-s
-mlong-calls
\
export
CFLAGS
+
=
-std
=
gnu99
-march
=
armv4t
-mtune
=
arm7tdmi-s
-mlong-calls
\
-msoft-float
-mthumb-interwork
-fno-strict-aliasing
-fno-common
\
-msoft-float
-mthumb-interwork
-fno-strict-aliasing
-fno-common
\
-ffixed-r8
-ffunction-sections
-ffreestanding
-fno-builtin
\
-ffixed-r8
-ffunction-sections
-ffreestanding
-fno-builtin
\
-nodefaultlibs
-Wcast-align
-Wall
-Wstrict-prototypes
-Wextra
\
-nodefaultlibs
-Wcast-align
-Wall
-Wstrict-prototypes
-Wextra
\
...
...
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