OSDN Git Service

* rtl.h (mem_attrs): Rename decl to expr; adjust all users.
[pf3gnuchains/gcc-fork.git] / gcc / build-make
1 # Need those to compile binaries running on host machine.
2 # It is configured by
3 #
4 # configure --host=target_cpu-target_os \
5 #       --target=target_cpu-target_os --build=host_cpu-host_os
6 #
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
16 # To build the native compiler with the cross compiler, the headers 
17 # for the target are already fixed. And /usr/include is for host, not
18 # target.
19 STMP_FIXINC =
20 STMP_FIXPROTO =
21
22 # Cause installation using install-build. We do nothing here.
23 #INSTALL_TARGET = install-build
24
25 # Don't try to compile the things we can't compile or we have made
26 # while making gcc with the cross-compiler.
27 #ALL = all.build