diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-22 13:54:31 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-08-01 14:28:44 +0300 |
commit | 26ec31c6c2b10a9afe93335a948797a3ceeebfd5 (patch) | |
tree | 627cab456f00d345cdefb31ca2ee59fb212da2fe /abuild.in | |
parent | 9f8ef6b8706100172b64e586be3147cf84b32f59 (diff) | |
download | abuild-26ec31c6c2b10a9afe93335a948797a3ceeebfd5.tar.gz abuild-26ec31c6c2b10a9afe93335a948797a3ceeebfd5.tar.bz2 abuild-26ec31c6c2b10a9afe93335a948797a3ceeebfd5.tar.xz abuild-26ec31c6c2b10a9afe93335a948797a3ceeebfd5.zip |
abuild: improve cross compiling support
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2184,6 +2184,10 @@ Commands: up2date Compare target and sources dates verify Verify checksums +To activate cross compilation specify in environment: + CHOST Arch or hostspec of machine to generate packages for + CTARGET Arch or hostspec of machine to generate compiler for + EOF exit 0 } |