# prebuilts **Repository Path**: ohos_llvm/prebuilts ## Basic Information - **Project Name**: prebuilts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-27 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## **toolchains for x86_amd64 linux** Install ------------ download from github: ``` git clone https://github.com/friendlyarm/prebuilts.git -b master --depth 1 ``` or download from gitee: ``` git clone https://gitee.com/friendlyelec/prebuilts.git -b master --depth 1 ``` and then: ``` cd prebuilts/gcc-x64 cat toolchain-4.9.3-armhf.tar.gz* | sudo tar xz -C / cat toolchain-6.4-aarch64.tar.gz* | sudo tar xz -C / sudo tar xf toolchain-11.3-aarch64.tar.xz -C / ```