X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.tpl;h=0b2b3d898929f38d58155d6097d3730e3ff793d1;hb=751b8ce122ef06e9bd673542e7876f44dcd0165c;hp=09ac8639c55c36ec1b98c42748795b36161a2917;hpb=28d9b232b037c7d060b8a29309383eb813db55bf;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.tpl b/Makefile.tpl index 09ac8639c5..0b2b3d8989 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -323,7 +323,7 @@ HOST_LIBELFINC = @libelfinc@ # Programs producing files for the BUILD machine # ---------------------------------------------- -SHELL = @config_shell@ +SHELL = @SHELL@ # pwd command to use. Allow user to override default by setting PWDCMD in # the environment to account for automounters. The make variable must not @@ -494,7 +494,7 @@ CXXFLAGS_FOR_TARGET = @CXXFLAGS_FOR_TARGET@ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates -LDFLAGS_FOR_TARGET = +LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@ GOCFLAGS_FOR_TARGET = -O2 -g FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@