1 # We have to use the cross-compiler we just built to compile it.
4 # Need those to compile binaries running on host machine.
7 # configure --host=target_cpu-target_os \
8 # --target=host=target_cpu-target_os --build=host_cpu-host_os
10 # That HOST stuff has to be taken care of very carefully.
12 HOST_PREFIX_1=$(HOST_PREFIX)
13 HOST_CC=$(CC) -b $(build)
14 HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
16 HOST_LDFLAGS=$(LDFLAGS)
17 HOST_CPPFLAGS=$(ALL_CPPFLAGS)
20 HOST_OBSTACK=$(OBSTACK)
23 # Cause installation using install-build. We do nothing here.
24 INSTALL_TARGET = install-build
26 # Don't try to compile the things we can't compile or we have made
27 # while making gcc with the cross-compiler.