> re-attaching the updated patch with the fixed comment in genmultilib.

This has introduced:

make[3]: Leaving directory `/red.a/gnatmail/gcc-x/build-red/x86_64-
linux/gnat/obj/libdecnumber'
make[3]: Entering directory `/red.a/gnatmail/gcc-x/build-red/x86_64-
linux/gnat/obj/gcc'
Makefile:538: Extraneous text after `else' directive
Makefile:541: *** only one `else' per conditional.  Stop.


# Multiarch support
enable_multiarch = auto
with_float = 
ifeq ($(enable_multiarch),yes)
  if_multiarch = $(1)
else ifeq ($(enable_multiarch),auto)
  # SYSTEM_HEADER_DIR is makefile syntax, cannot be evaluated in configure.ac
  if_multiarch = $(if $(wildcard $(shell echo 
$(SYSTEM_HEADER_DIR))/../../usr/lib/*/crti.o),$(1))
else
  if_multiarch =
endif

-- 
Eric Botcazou

Reply via email to