diff options
| author | celtare21 <celtare21@gmail.com> | 2019-07-09 18:07:15 +0000 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2019-07-09 18:07:15 +0000 |
| commit | b9a5c01b7f12a3378addce4bbc14cfef3330e36e (patch) | |
| tree | e0b136afb37bc93dc8471259a8493f04778a8393 | |
| parent | 4e0ed4651479548a9fbdff8f0d5a6d1c08265f5d (diff) | |
mata: dependencies: Switch GCC-9 source
This one has all the libs built in already.
Signed-off-by: celtare21 <celtare21@gmail.com>
| -rw-r--r-- | aicp.dependencies | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 67b92158..f8add9f8 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -15,13 +15,13 @@ "branch": "lineage-16.0" }, { - "repository": "arter97/arm64-gcc", + "repository": "kdrag0n/aarch64-elf-gcc", "target_path": "prebuilts/gcc/linux-x86/aarch64/gcc-9", - "branch": "master" + "branch": "9.x" }, { - "repository": "arter97/arm32-gcc", + "repository": "kdrag0n/arm-eabi-gcc", "target_path": "prebuilts/gcc/linux-x86/arm/gcc-9", - "branch": "master" + "branch": "9.x" } ] |
