Commit d8d545d
committed
fix(optee): add sysroot flags to toolchain setup
Current toolchain setup steps are missing sysroot flags required by
OP-TEE and U-Boot build systems, causing "cannot find libgcc.a" linker
errors.
Add CFLAGS64, KCFLAGS, and LDFLAGS exports with sysroot for 64-bit
builds. Add SYSROOT_32 and CFLAGS32 for 32-bit builds.
Signed-off-by: Shiva Tripathi <[email protected]>1 parent df4f4fb commit d8d545d
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
0 commit comments