I used buildroot tool to build GCC and did not get the make command line, so didn't find it. Thanks.
On Sun, Dec 7, 2008 at 11:24 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > "Amker.Cheng" wrote: > >> Here the destination directory is $(DESTDIR)$(libexecsubdir)/, but >> where is DESTDIR defined? >> I did not find any definition of this variable in both toplevel and >> gcc's makefile. > > It's intentionally not defined anywhere as it's expected to remain unset > unless the user overrides it. See > <http://www.gnu.org/prep/standards/standards.html#DESTDIR>. > > Brian >