Browse Source

Add generated files for Revert patch

users/vapier/wip
Jeff Johnston 3 years ago
parent
commit
f81bf08f7c
  1. 16
      libgloss/configure
  2. 12
      newlib/Makefile.in

16
libgloss/configure

@ -637,8 +637,6 @@ CPPFLAGS
LDFLAGS
CFLAGS
CC
NEED_TOP_INCLUDE_DIR_FALSE
NEED_TOP_INCLUDE_DIR_TRUE
CONFIG_XTENSA_FALSE
CONFIG_XTENSA_TRUE
CONFIG_WINCE_FALSE
@ -2963,7 +2961,6 @@ case "${target}" in
;;
arm*-*-elf | arm*-*-coff | arm*-*-*)
config_arm=true
host_makefile_frag=${srcdir}/config/arm.mh
;;
spu-*-elf)
ac_config_files="$ac_config_files spu/Makefile"
@ -3104,15 +3101,6 @@ fi
if test x$config_arm = xtrue; then
NEED_TOP_INCLUDE_DIR_TRUE=
NEED_TOP_INCLUDE_DIR_FALSE='#'
else
NEED_TOP_INCLUDE_DIR_TRUE='#'
NEED_TOP_INCLUDE_DIR_FALSE=
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@ -5411,10 +5399,6 @@ if test -z "${CONFIG_XTENSA_TRUE}" && test -z "${CONFIG_XTENSA_FALSE}"; then
as_fn_error $? "conditional \"CONFIG_XTENSA\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${NEED_TOP_INCLUDE_DIR_TRUE}" && test -z "${NEED_TOP_INCLUDE_DIR_FALSE}"; then
as_fn_error $? "conditional \"NEED_TOP_INCLUDE_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
as_fn_error $? "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5

12
newlib/Makefile.in

@ -948,12 +948,12 @@ check_PROGRAMS =
@HAVE_LIBM_MACHINE_SPU_TRUE@am__append_160 = $(libm_machine_spu_src)
@HAVE_LIBM_MACHINE_RISCV_TRUE@am__append_161 = $(libm_machine_riscv_src)
@HAVE_LIBM_MACHINE_RISCV_TRUE@@HAVE_LONG_DOUBLE_TRUE@am__append_162 = $(libm_ld128_lsrc)
@HAVE_LIBM_MACHINE_RISCV_TRUE@am__append_163 =
@HAVE_LIBM_MACHINE_RISCV_TRUE@am__append_164 =
@HAVE_LIBM_MACHINE_RISCV_TRUE@am__append_163 =
@HAVE_LIBM_MACHINE_RISCV_TRUE@am__append_164 =
@HAVE_LIBM_MACHINE_X86_64_TRUE@am__append_165 = $(libm_machine_x86_64_src)
@HAVE_LIBM_MACHINE_X86_64_TRUE@@HAVE_LONG_DOUBLE_TRUE@am__append_166 = $(libm_ld80_lsrc)
@HAVE_LIBM_MACHINE_X86_64_TRUE@am__append_167 =
@HAVE_LIBM_MACHINE_X86_64_TRUE@am__append_168 =
@HAVE_LIBM_MACHINE_X86_64_TRUE@am__append_167 =
@HAVE_LIBM_MACHINE_X86_64_TRUE@am__append_168 =
@HAVE_LIBM_MACHINE_XTENSA_TRUE@@XTENSA_XCHAL_HAVE_FP_SQRT_TRUE@am__append_169 = \
@HAVE_LIBM_MACHINE_XTENSA_TRUE@@XTENSA_XCHAL_HAVE_FP_SQRT_TRUE@ libm/machine/xtensa/ef_sqrt.c
@ -3937,7 +3937,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
shared_machine_dir = @shared_machine_dir@
sharedstatedir = @sharedstatedir@
@ -4018,8 +4017,7 @@ toollibdir = $(tooldir)/lib$(MULTISUBDIR)
# These are useful for standalone object files like crt0.o.
AM_CFLAGS = $(AM_CFLAGS_$(subst /,_,$(@D))) $(AM_CFLAGS_$(subst /,_,$(@D)_$(<F)))
AM_CCASFLAGS = $(AM_CCASFLAGS_$(subst /,_,$(@D))) $(AM_CCASFLAGS_$(subst /,_,$(@D)_$(<F)))
@HAVE_LIBC_MACHINE_ARM_FALSE@AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS) $(AM_CPPFLAGS_$(subst /,_,$(@D))) $(AM_CPPFLAGS_$(subst /,_,$(@D)_$(<F)))
@HAVE_LIBC_MACHINE_ARM_TRUE@AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS) $(AM_CPPFLAGS_$(subst /,_,$(@D))) $(AM_CPPFLAGS_$(subst /,_,$(@D)_$(<F))) -idirafter $(srcroot)/include
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS) $(AM_CPPFLAGS_$(subst /,_,$(@D))) $(AM_CPPFLAGS_$(subst /,_,$(@D)_$(<F))) -idirafter $(srcroot)/include
toollib_LIBRARIES = libm.a libc.a $(am__append_73)
@HAVE_MULTISUBDIR_TRUE@BUILD_MULTISUBDIR = $(builddir)$(MULTISUBDIR)
toollib_DATA = $(CRT0) $(CRT1)

Loading…
Cancel
Save