projects
/
tools
/
tbb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f142afa
)
Fixed a bug not to apply 64bit to roostrap_gen script
56/240256/1
author
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Aug 2020 01:31:55 +0000
(10:31 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Aug 2020 01:31:55 +0000
(10:31 +0900)
Change-Id: Ifb7f0d61b700df1ba6f6a136759674997912e18d
config-sdk/make_rootstrap.sh
patch
|
blob
|
history
diff --git
a/config-sdk/make_rootstrap.sh
b/config-sdk/make_rootstrap.sh
index 53eaf7544bc7887eea83de5d5eaf85c8c2b041e1..0ae8c7c454fd7df6baa118129f6463b3fd1f950e 100755
(executable)
--- a/
config-sdk/make_rootstrap.sh
+++ b/
config-sdk/make_rootstrap.sh
@@
-311,6
+311,11
@@
if [[ -e ${LOGFILE} ]]; then
CMD_RS_GEN="$CMD_RS_GEN --log ${LOGFILE}"
fi
+if [ "$ARCH64" = true ]
+then
+CMD_RS_GEN="$CMD_RS_GEN --64bit"
+fi
+
###############################################################################
## Rootstrap Generation
###############################################################################