Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
bcf50ed0
Unverified
Commit
bcf50ed0
authored
Jul 09, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jul 09, 2018
Browse files
Merge pull request #1468 from grandpaul/paulliu-fix-cert-create-ftbfs
tools/cert_create: fix makefile to build build_msg.o by HOSTCC
parents
b6c07bbb
aba0c7ae
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/cert_create/Makefile
View file @
bcf50ed0
...
@@ -75,7 +75,7 @@ ${BINARY}: ${OBJECTS} Makefile
...
@@ -75,7 +75,7 @@ ${BINARY}: ${OBJECTS} Makefile
@
echo
" LD
$@
"
@
echo
" LD
$@
"
@
echo
'const char build_msg[] = "Built : "__TIME__", "__DATE__; \
@
echo
'const char build_msg[] = "Built : "__TIME__", "__DATE__; \
const char platform_msg[] = "
${PLAT_MSG}
";'
|
\
const char platform_msg[] = "
${PLAT_MSG}
";'
|
\
${CC}
-c
${CFLAGS}
-xc
-
-o
src/build_msg.o
${
HOST
CC}
-c
${CFLAGS}
-xc
-
-o
src/build_msg.o
${Q}${HOSTCC}
src/build_msg.o
${OBJECTS}
${LIB_DIR}
${LIB}
-o
$@
${Q}${HOSTCC}
src/build_msg.o
${OBJECTS}
${LIB_DIR}
${LIB}
-o
$@
%.o
:
%.c
%.o
:
%.c
...
...
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