PR/45367: Grégoire Sutre: don't depend on m4-ccas and cpp-ccas to be
executable; invoke the shell to run them.
This commit is contained in:
parent
3eb92d7759
commit
c3ffa13cb0
4
external/lgpl3/gmp/dist/mpn/Makefile.in
vendored
4
external/lgpl3/gmp/dist/mpn/Makefile.in
vendored
@ -994,7 +994,7 @@ tune-gcd-p: gcd.c
|
||||
$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
|
||||
$(RM_TMP) tmp-$*.s
|
||||
.S.lo:
|
||||
$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
$(LIBTOOL) --mode=compile --tag=CC $(SHELL) $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
# .asm assembler, preprocessed with m4.
|
||||
#
|
||||
@ -1022,7 +1022,7 @@ tune-gcd-p: gcd.c
|
||||
$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
|
||||
$(RM_TMP) tmp-$*.s
|
||||
.asm.lo:
|
||||
$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
$(LIBTOOL) --mode=compile --tag=CC $(SHELL) $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user