[CMake] compiler option

Dan Kegel dank at kegel.com
Fri Dec 27 10:20:20 EST 2013


Glad you got it working.
 Am 26.12.2013 21:04 schrieb "Lorence Lombardo" <lombi at iprimus.com.au>:

> Hello Dan
>
> On 26/12/2013, you wrote:
>
> > cmake isn't the problem here.  Did you make sure you could
> > compile hello, world with your wrapper?
> >
> > You may have to come up the unix shell learning curve a bit.
>
> True, I know Amiga script which is a very close dialect to unix
> script.
>
> Basically I was missing the arguments.
>
> Here is what I have which is now working:-
>
> gcc:-
>
> #! /bin/sh
>
> gcc.bk -m68020 -m68881 "$@"
>
>
> g++:-
>
> #! /bin/sh
>
> g++.bk -m68020 -m68881 "$@"
>
>
> Thanks again.
>
> Regards
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131227/aa9f2944/attachment.htm>


More information about the CMake mailing list