Lines Matching refs:tmp0

3989 	@echo "## these variables are automatically generated by make ##" > ./tmp0
3990 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
3991 @echo "# add them to the last section" >> ./tmp0
3992 @echo "set rootme \"`${PWD_COMMAND}`\"" >> ./tmp0
3993 @echo "set srcdir \"`cd ${srcdir}; ${PWD_COMMAND}`\"" >> ./tmp0
3994 @echo "set host_triplet $(host)" >> ./tmp0
3995 @echo "set build_triplet $(build)" >> ./tmp0
3996 @echo "set target_triplet $(target)" >> ./tmp0
3997 @echo "set target_alias $(target_noncanonical)" >> ./tmp0
3998 @echo "set libiconv \"$(LIBICONV)\"" >> ./tmp0
4000 @echo "set CFLAGS \"\"" >> ./tmp0
4001 @echo "set CXXFLAGS \"\"" >> ./tmp0
4002 @echo "set HOSTCC \"$(CC)\"" >> ./tmp0
4003 @echo "set HOSTCFLAGS \"$(CFLAGS)\"" >> ./tmp0
4004 @echo "set TESTING_IN_BUILD_TREE 1" >> ./tmp0
4005 @echo "set HAVE_LIBSTDCXX_V3 1" >> ./tmp0
4017 echo "set newlib_cflags \"-I$(objdir)/../$(target_subdir)/newlib/targ-include -I\$$srcdir/../newlib/libc/include\"" >> ./tmp0; \
4018 echo "set newlib_ldflags \"-B$(objdir)/../$(target_subdir)/newlib/\"" >> ./tmp0; \
4019 echo "append CFLAGS \" \$$newlib_cflags\"" >> ./tmp0; \
4020 echo "append CXXFLAGS \" \$$newlib_cflags\"" >> ./tmp0; \
4021 echo "append LDFLAGS \" \$$newlib_ldflags\"" >> ./tmp0; \
4025 echo "append LDFLAGS \" -L$(objdir)/../ld\"" >> ./tmp0; \
4028 echo "set tmpdir $(objdir)/testsuite" >> ./tmp0
4029 @echo "set srcdir \"\$${srcdir}/testsuite\"" >> ./tmp0
4031 echo "set ALT_CC_UNDER_TEST \"$(ALT_CC_UNDER_TEST)\"" >> ./tmp0; \
4035 echo "set ALT_CXX_UNDER_TEST \"$(ALT_CXX_UNDER_TEST)\"" >> ./tmp0; \
4039 echo "set COMPAT_OPTIONS \"$(COMPAT_OPTIONS)\"" >> ./tmp0; \
4042 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
4043 @cat ./tmp0 > site.exp