1 # Need those to compile binaries running on host machine.
4 # configure --host=target_cpu-target_os \
5 # --target=target_cpu-target_os --build=host_cpu-host_os
7 # That HOST stuff has to be taken care of very carefully.
9 HOST_PREFIX_1=$(HOST_PREFIX)
10 HOST_CC=$(CC_FOR_BUILD)
11 HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD) \
12 $(XCFLAGS) -DGENERATOR_FILE
13 HOST_LDFLAGS=$(LDFLAGS)
14 HOST_CPPFLAGS=$(ALL_CPPFLAGS)
16 HOST_OBSTACK=$(OBSTACK)
18 # To build the native compiler with the cross compiler, the headers
19 # for the target are already fixed. And /usr/include is for host, not
24 # Cause installation using install-build. We do nothing here.
25 #INSTALL_TARGET = install-build
27 # Don't try to compile the things we can't compile or we have made
28 # while making gcc with the cross-compiler.