2016-11-17 17:23, David Aldrich:
> # make install T=x86_64-native-linuxapp-gcc install
> Installation cannot run with T defined and DESTDIR undefined

Extract of "make help":
        install T=       configure, build and install a target in DESTDIR
        install          install optionally staged in DESTDIR

So "install T=" is equivalent to
        make config
        make
        make install
But install cannot be done without DESTDIR.

Reply via email to