Displaying 1 result from an estimated 1 matches for "flags_for_target".
Did you mean:
cflags_for_target
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...ound of missing headers. However, the INCLUDES
variable doesn't seem to be passed along when the build later on
configures in libstdc++-v3
6. Another point of control are the settings for the --exec-prefix and
--target options supplied to configure.
These two values are combined to create the FLAGS_FOR_TARGET variable that
gets propagated to the later build phases:
The paths are built up as follows (see configure for details)
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/
-B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem
$(build_tooldir)/sys-include'
where:...