Sorry about possible double sending, I guess my first mail to this list
didn't come through.
I try to cross compile ppp as an external project. The install command is
INSTALL_COMMAND
make BINDIR=${EXTERNAL_PREFIX}/bin MANDIR=${EXTERNAL_PREFIX}/man
INSTALL='/usr/bin/install --strip-program=${STRIP_
PROGRAM}' install-progs
The install step fails with next error message
[ 0%] Performing install step for 'ppp'
make: unrecognized option
'--strip-program=/opt/crosstool/gcc-3.4.5-glibc-2.3.6/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-strip''
Is there any way to set a white space separated value for the make inside
the ExternalProject or should I use a separate script? Running the build
step directly in a shell works fine.
Thanks advanced
-Veijo
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake