* Makefile.in (rtlanal.o): Depend on $(TM_P_H).
[official-gcc.git] / gcc / build-make
blobfe844fbd3e20162073fa1106ecec7c7cb1595fb4
1 # Need those to compile binaries running on host machine.
2 # It is configured by
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.
8 HOST_PREFIX=l-
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)
15 HOST_MALLOC=$(MALLOC)
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
20 # target.
21 STMP_FIXINC =
22 STMP_FIXPROTO =
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.
29 #ALL = all.build