x86_hdimage: fix -b feature
Change-Id: I0f8ccef5cc8de2e2db52e0967b6bf108bc1e56a7
This commit is contained in:
parent
1be839e808
commit
ee0944b45c
@ -287,8 +287,8 @@ do
|
|||||||
BUILDVARS="$BUILDVARS -X $OPTARG";;
|
BUILDVARS="$BUILDVARS -X $OPTARG";;
|
||||||
|
|
||||||
b) # bitcode build: increase partition sizes
|
b) # bitcode build: increase partition sizes
|
||||||
ROOT_SIZE="$((${ROOT_SIZE} + 192*(2**20) / 512))"
|
ROOT_SIZE="$((${ROOT_SIZE} + 192*(2**20)))"
|
||||||
USR_SIZE="$((${USR_SIZE} + 256*(2**20) / 512))"
|
USR_SIZE="$((${USR_SIZE} + 256*(2**20)))"
|
||||||
ASR_HACK=1;;
|
ASR_HACK=1;;
|
||||||
|
|
||||||
h) usage
|
h) usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user