Re: Where is DESTDIR got defined in gcc makefile?

2008-12-08 Thread Amker . Cheng
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?

Re: Where is DESTDIR got defined in gcc makefile?

2008-12-07 Thread Brian Dessent
"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 ov

Where is DESTDIR got defined in gcc makefile?

2008-12-07 Thread Amker . Cheng
Hi all: I am reading gcc's makefile and got such a puzzle. I checked the makefile and found following rules used to install compiler: # Install the compiler executables built during cross compilation. install-common: native $(EXTRA_PARTS) lang.install-common installdirs for file in $