diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-14 12:26:59 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-05-14 15:23:41 -0700 |
commit | dab327ed06800bf6609aa1b2e370e37e87ce9e80 (patch) | |
tree | 05163c8d9de30047473b702137e8f02d59e0e419 /samples/aarch64-unknown-linux-android | |
parent | 131011493b7550b5ed4bdf241e8432aeae7694e8 (diff) | |
download | crosstool-ng-dab327ed06800bf6609aa1b2e370e37e87ce9e80.tar.gz crosstool-ng-dab327ed06800bf6609aa1b2e370e37e87ce9e80.tar.bz2 crosstool-ng-dab327ed06800bf6609aa1b2e370e37e87ce9e80.zip |
Allow rebuilding aarch64-unknown-linux-android
Otherwise, fails when checking if the destination dir is writable.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/aarch64-unknown-linux-android')
-rw-r--r-- | samples/aarch64-unknown-linux-android/crosstool.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/aarch64-unknown-linux-android/crosstool.config b/samples/aarch64-unknown-linux-android/crosstool.config index fa147e25..339819c0 100644 --- a/samples/aarch64-unknown-linux-android/crosstool.config +++ b/samples/aarch64-unknown-linux-android/crosstool.config @@ -1,4 +1,3 @@ -# CT_RM_RF_PREFIX_DIR is not set CT_ARCH_arm=y CT_ARCH_64=y CT_ARCH_ARCH="armv8-a" |