Changeset 70810dc in rtems for c/make/configure.in


Ignore:
Timestamp:
02/08/00 22:33:25 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fb196c3c
Parents:
a976681e
Message:

Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@…>
that contains:

  • Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams
  • Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in
  • Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible)
  • Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization)
  • Cleans up several bogus comments.
  • Removes MKLIB
  • Switches the version number to 4.5.0 (for testing version number handling)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/make/configure.in

    ra976681e r70810dc  
    2525RTEMS_ENABLE_CXX
    2626RTEMS_ENABLE_GCC28
    27 RTEMS_ENABLE_LIBCDIR
    2827
    2928RTEMS_CHECK_CPU
     
    3231RTEMS_PROJECT_ROOT
    3332
    34 dnl check target cc
    3533RTEMS_PROG_CC_FOR_TARGET
    3634
     
    4543AC_SUBST(RTEMS_HAS_POSIX)
    4644AC_SUBST(RTEMS_HOST)
    47 AC_SUBST(RTEMS_HAS_MULTIPROCESSING)
    48 AC_SUBST(RTEMS_HAS_POSIX_API)
    49 AC_SUBST(RTEMS_HAS_ITRON_API)
    50 AC_SUBST(RTEMS_HAS_NETWORKING)
    51 AC_SUBST(RTEMS_HAS_RDBG)
    5245AC_SUBST(RTEMS_HAS_CPLUSPLUS)
    53 AC_SUBST(RTEMS_USE_MACROS)
    5446AC_SUBST(RTEMS_USE_GCC272)
    55 AC_SUBST(RTEMS_LIBC_DIR)
    5647AC_SUBST(RTEMS_CPU)
    5748
     49# Explicitly list all Makefiles here
    5850AC_OUTPUT(
    5951Makefile
Note: See TracChangeset for help on using the changeset viewer.