diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2006-05-09 19:09:43 +0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-09 15:23:55 +0000 |
commit | b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9 (patch) | |
tree | 1aefe7dc710ce8907c82cdfa772660ac6cd638db /INSTALL | |
parent | b370a9ebc46b2b864a476024e2983e24bd946f7b (diff) | |
download | perl-b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9.tar.gz |
wince crosscompile patch for 28132
Message-ID: <44607877.90603@vkonovalov.ru>
p4raw-id: //depot/perl@28140
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1971,7 +1971,8 @@ has to be used is C<-Dusecrosscompile>. sh ./Configure -des -Dusecrosscompile -D... This will make the cpp symbol USE_CROSS_COMPILE and the %Config -symbol C<usecrosscompile> available. +symbol C<usecrosscompile> available, and C<xconfig.h> will be used +for cross-compilation. During the Configure and build, certain helper scripts will be created into the Cross/ subdirectory. The scripts are used to execute a |