diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 22:46:07 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 22:46:07 -0300 |
commit | b200d446d039db61da737bce424ec470309c0f70 (patch) | |
tree | 7e6d85b4af34424143adf6122f7d1cdabf77f1b5 /.gitignore | |
parent | 9c213c250ec5aeaa30aa3d4c8ff3a1ccb02330a9 (diff) | |
parent | 8b6a017ccef7126ae5bcac137fa9a45de4f2c155 (diff) | |
download | perl-b200d446d039db61da737bce424ec470309c0f70.tar.gz |
Merge branch 'cross-compile-revamp' into blead
This branch modifies how the cross-compilation model works.
The main change is that we now build a host miniperl to use locally,
rather than running each call to miniperl remotely.
It also removes several of the exceptions from the old model (no xlib,
xconfig.h, or Cross.pm).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b6d1a0d776..54c5d10e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,17 @@ bug*.pl # Exists during ./Configure /UU +/host + +# Tools for cross-compile remote testing: +/Cross/from-adb-pull +/Cross/from-scp +/Cross/mkdir +/Cross/run-adb-shell +/Cross/run-ssh +/Cross/to-adb-push +/Cross/to-scp + # files produced by './configure.gnu' on a Linux machine /Makefile |