* +$(TARGET_CROSS)+ to get the cross-compilation toolchain prefix
* Of course the +$(HOST_DIR)+, +$(STAGING_DIR)+ and +$(TARGET_DIR)+
- variables to install the packages properly.
+ variables to install the packages properly. Those variables point to
+ the global _host_, _staging_ and _target_ directories, unless
+ _per-package directory_ support is used, in which case they point to
+ the current package _host_, _staging_ and _target_ directories. In
+ both cases, it doesn't make any difference from the package point of
+ view: it should simply use +HOST_DIR+, +STAGING_DIR+ and
+ +TARGET_DIR+. See xref:top-level-parallel-build[] for more details
+ about _per-package directory_ support.
Finally, you can also use hooks. See xref:hooks[] for more information.