-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdefault.xml
23 lines (22 loc) · 1.05 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="uu"
fetch="https://github.com/UBERTC/" />
<default revision="master"
remote="uu"
sync-j="4"
sync-c="true" />
<project path="manifest" name="linaro-manifest" />
<project path="binutils/binutils-current" name="binutils" revision="2.25" />
<project path="build" name="linaro-build" />
<project path="cloog/cloog-current" name="cloog" revision="uber" />
<project path="cloog/cloog-current/isl" name="isl" revision="uber" />
<project path="cloog/cloog-current/osl" name="osl" revision="uber" />
<project path="gcc/gcc-UBER" name="GCC-UBER" revision="linaro-4.9" />
<project path="gmp/gmp-current" name="gmp" revision="uber" />
<project path="isl/isl-current" name="isl" revision="uber" />
<project path="mpc/mpc-current" name="mpc" revision="uber" />
<project path="mpfr/mpfr-current" name="mpfr" revision="uber" />
<project path="scripts" name="linaro-scripts" />
<project path="sysroot" name="sysroot" revision="gcc-4.9" />
</manifest>