CROSS_COMPILE environment variable is a common convention to specify the path and/or prefix to cross compilation tools (e.g. ar, objcopy).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D9072
Allow specifying tool path/prefix for tests with CROSS_COMPILE. ClosedPublic Authored by flackr on Apr 17 2015, 3:01 AM.
Details Summary CROSS_COMPILE environment variable is a common convention to specify the path and/or prefix to cross compilation tools (e.g. ar, objcopy).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 17 2015, 7:12 AM Closed by commit rL235320: Allow specifying tool path/prefix for tests with CROSS_COMPILE. (authored by flackr). · Explain WhyApr 20 2015, 11:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24032 lldb/trunk/test/make/Makefile.rules
|