OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [libgcc/] [config/] [t-softfp] - Diff between revs 272 and 384

Only display areas with differences | Details | Blame | View Log

Rev 272 Rev 384
# Disable missing prototype and type limit warnings.  The prototypes
# Disable missing prototype and type limit warnings.  The prototypes
# for the functions in the soft-fp files have not been brought across
# for the functions in the soft-fp files have not been brought across
# from glibc.
# from glibc.
# cfr. srcdirify in gcc/Makefile.in
# cfr. srcdirify in gcc/Makefile.in
soft-fp-files = $(filter $(gcc_srcdir)/config/soft-fp/%, $(LIB2ADD)) \
soft-fp-files = $(filter $(gcc_srcdir)/config/soft-fp/%, $(LIB2ADD)) \
        $(filter $(gcc_objdir)/config/soft-fp/%, $(LIB2ADD))
        $(filter $(gcc_objdir)/config/soft-fp/%, $(LIB2ADD))
soft-fp-objects-base = $(basename $(notdir $(soft-fp-files)))
soft-fp-objects-base = $(basename $(notdir $(soft-fp-files)))
soft-fp-objects = $(addsuffix $(objext), $(soft-fp-objects-base)) \
soft-fp-objects = $(addsuffix $(objext), $(soft-fp-objects-base)) \
  $(addsuffix _s$(objext), $(soft-fp-objects-base))
  $(addsuffix _s$(objext), $(soft-fp-objects-base))
$(soft-fp-objects) : INTERNAL_CFLAGS += -Wno-missing-prototypes -Wno-type-limits
$(soft-fp-objects) : INTERNAL_CFLAGS += -Wno-missing-prototypes -Wno-type-limits
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.