summaryrefslogtreecommitdiff
path: root/build_static_example.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move outdated files to atticDmitry V. Levin2021-02-021-29/+0
| | | | | | * build_static_example.sh: Move to attic subdirectory. * qemu_multiarch_testing: Likewise. * test: Likewise.
* Use bootstrap script consistentlyDmitry V. Levin2014-05-301-1/+1
| | | | | | | | | | Now that ./xlat/gen.sh has to be run before autoreconf, replace all autoreconf calls with ./bootstrap call. * bootstrap: Forward arguments to autoreconf. * build_static_example.sh: Replace autoreconf call with bootstrap call. * make-dist: Likewise. * qemu_multiarch_testing/README: Likewise.
* Update build_static_example.shDenys Vlasenko2013-06-261-1/+10
| | | | | | Now it also contains a tested example of i686 build on 64-bit host. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add example script which builds static (possibly cross-compiled) straceDenys Vlasenko2013-03-221-0/+20
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>