Commit ac72e850 by Jakub Jelinek Committed by Jakub Jelinek

Makefile.in (genprogerr): Add condmd.

	* Makefile.in (genprogerr): Add condmd.
	(genprog): Remove it here.

From-SVN: r272047
parent fe763d26
2019-06-07 Jakub Jelinek <jakub@redhat.com>
* Makefile.in (genprogerr): Add condmd.
(genprog): Remove it here.
2019-06-07 Andrew Stubbs <ams@codesourcery.com> 2019-06-07 Andrew Stubbs <ams@codesourcery.com>
* doc/invoke.texi (AMD GCN Options): Add gfx906. * doc/invoke.texi (AMD GCN Options): Add gfx906.
......
...@@ -2802,11 +2802,11 @@ genprogmd = $(genprogrtl) mddeps constants enums ...@@ -2802,11 +2802,11 @@ genprogmd = $(genprogrtl) mddeps constants enums
$(genprogmd:%=build/gen%$(build_exeext)): $(BUILD_MD) $(genprogmd:%=build/gen%$(build_exeext)): $(BUILD_MD)
# All these programs need to report errors. # All these programs need to report errors.
genprogerr = $(genprogmd) genrtl modes gtype hooks cfn-macros genprogerr = $(genprogmd) genrtl modes gtype hooks cfn-macros condmd
$(genprogerr:%=build/gen%$(build_exeext)): $(BUILD_ERRORS) $(genprogerr:%=build/gen%$(build_exeext)): $(BUILD_ERRORS)
# Remaining build programs. # Remaining build programs.
genprog = $(genprogerr) check checksum condmd match genprog = $(genprogerr) check checksum match
# These programs need libs over and above what they get from the above list. # These programs need libs over and above what they get from the above list.
build/genautomata$(build_exeext) : BUILD_LIBS += -lm build/genautomata$(build_exeext) : BUILD_LIBS += -lm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment