Changeset 206a0b38 in rtems


Ignore:
Timestamp:
06/19/01 14:27:43 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a2e6723
Parents:
d4f9cef5
Message:

2001-06-19 Ralf Corsepius <corsepiu@…>

custom/Cygwin-posix.cfg: Remove -USTRICT_ANSI, make-target-options.
custom/FreeBSD-posix.cfg: Remove make-target-options.
custom/HPUX9-posix.cfg: Dito.
custom/Linux-posix.cfg: Dito.
custom/Solaris-posix.cfg: Dito.
custom/arm_bare_bsp.cfg: Dito.
custom/armulator.cfg: Dito.
custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
custom/i386ex.cfg: Remove make-target-options.
custom/i960sim.cfg: Remove make-target-options.
custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
custom/vegaplus.cfg: Remove make-target-options.

Location:
make
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    rd4f9cef5 r206a0b38  
     1
     22001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3        custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options.
     4        custom/FreeBSD-posix.cfg: Remove make-target-options.
     5        custom/HPUX9-posix.cfg: Dito.
     6        custom/Linux-posix.cfg: Dito.
     7        custom/Solaris-posix.cfg: Dito.
     8        custom/arm_bare_bsp.cfg: Dito.
     9        custom/armulator.cfg: Dito.
     10        custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
     11        custom/i386ex.cfg: Remove make-target-options.
     12        custom/i960sim.cfg: Remove make-target-options.
     13        custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
     14        custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
     15        custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
     16        custom/vegaplus.cfg: Remove make-target-options.
     17        * custom/vegaplus.cfg: Remove make-target-options.
    118
    2192001-05-25      Joel Sherrill <joel@OARcorp.com>
  • make/custom/Cygwin-posix.cfg

    rd4f9cef5 r206a0b38  
    1616
    1717# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    18 LIBC_DEFINES =-D_POSIX_C_SOURCE -U__STRICT_ANSI__
     18LIBC_DEFINES =-D_POSIX_C_SOURCE
    1919LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
    2020
     
    3030CFLAGS_OPTIMIZE_V = -O2
    3131
    32 #  This section makes the target dependent options file.
    33 
    34 define make-target-options
    35 endef
    36 
    3732define make-exe
    3833        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/FreeBSD-posix.cfg

    rd4f9cef5 r206a0b38  
    2525CFLAGS_OPTIMIZE_V = -O2
    2626
    27 #  This section makes the target dependent options file.
    28 
    2927define make-exe
    3028        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/HPUX9-posix.cfg

    rd4f9cef5 r206a0b38  
    3434CFLAGS_OPTIMIZE_V = -O2
    3535
    36 #  This section makes the target dependent options file.
    37 
    38 define make-target-options
    39 endef
    40 
    4136define make-exe
    4237        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/Linux-posix.cfg

    rd4f9cef5 r206a0b38  
    3030CFLAGS_OPTIMIZE_V = -O2
    3131
    32 #  This section makes the target dependent options file.
    33 
    34 define make-target-options
    35 endef
    36 
    3732define make-exe
    3833        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/Solaris-posix.cfg

    rd4f9cef5 r206a0b38  
    2727CFLAGS_OPTIMIZE_V = -O2
    2828
    29 #  This section makes the target dependent options file.
    30 
    31 define make-target-options
    32 endef
    33 
    3429define make-exe
    3530        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/arm_bare_bsp.cfg

    rd4f9cef5 r206a0b38  
    1212# This is the actual bsp directory used during the build process.
    1313RTEMS_BSP_FAMILY=arm_bare_bsp
    14 
    15 #  This section makes the target dependent options file.
    16 define make-target-options
    17 endef
    1814
    1915#  This contains the compiler options necessary to select the CPU model
  • make/custom/armulator.cfg

    rd4f9cef5 r206a0b38  
    1414
    1515#  This section makes the target dependent options file.
    16 
    17 #     if defined asserts do not generate code.  This is commonly used
    18 
    19 define make-target-options
    20 endef
    2116
    2217#  This contains the compiler options necessary to select the CPU model
  • make/custom/erc32.cfg

    rd4f9cef5 r206a0b38  
    3939#     do not have a second trap table -- use the BSP's
    4040#
    41 #  CONSOLE_USE_POLLED     (erc32_bsp)
    4241#  CONSOLE_USE_INTERRUPTS (erc32_bsp)
    4342#     The erc32 console driver can operate in either polled or interrupt mode.
     
    6362define make-target-options
    6463        @echo "#define NO_TABLE_MOVE 1"                            >>$@
    65         @echo "#define CONSOLE_USE_INTERRUPTS 0"                   >>$@
    66         @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
    6764        @echo "/* #define SIMSPARC_FAST_IDLE 1 */"                 >>$@
    6865        @echo "/* #define FPU_REVB 1 */"                           >>$@
  • make/custom/i386ex.cfg

    rd4f9cef5 r206a0b38  
    2222# -fomit-frame-pointer breaks debugging and C++ exceptions
    2323CFLAGS_OPTIMIZE_V=-O4
    24 
    25 #  This section makes the target dependent options file.
    26 
    27 define make-target-options
    28 endef
    2924
    3025#  Something like this should produce a map file but this does not work.
  • make/custom/i960sim.cfg

    rd4f9cef5 r206a0b38  
    2222# CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
    2323CFLAGS_OPTIMIZE_V=-O0 -g
    24 
    25 #  This section makes the target dependent options file.
    26 
    27 define make-target-options
    28 endef
    2924
    3025# The following are definitions of make-exe which will work using ld as
  • make/custom/mvme2307.cfg

    rd4f9cef5 r206a0b38  
    1616#  This section makes the target dependent options file.
    1717
    18 #  CONSOLE_USE_POLLED     (mvme2307_bsp)
    19 #  CONSOLE_USE_INTERRUPTS (mvme2307_bsp)
    20 #     The mvme2307 console driver has the structure to operate in either
    21 #     polled or interrupt mode.  However both modes only trap to the
    22 #     monitor currently.
    23 #
    2418#  PPC_VECTOR_FILE_BASE (PowerPC)
    2519#     This defines the base address of the exception table.
  • make/custom/rxgen960.cfg

    rd4f9cef5 r206a0b38  
    2727CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
    2828
    29 #  This section makes the target dependent options file.
    30 
    31 define make-target-options
    32 endef
    33 
    3429# The following are definitions of make-exe which will work using ld as
    3530# is currently required.  It is expected that as of gcc 2.8, the end user
    3631# will be able to override parts of the compilers specs and link using gcc.
    37 
    38 # ifeq ($(RTEMS_USE_GCC272),yes)
    39 # ar x $(PROJECT_ROOT)/$(RTEMS_BSP_FAMILY)/lib/libbsp.a
    40 
    41 # LD_LIBS += $(PROJECT_RELEASE)/lib/libbsp.a
    4232
    4333ifeq ($(RTEMS_USE_GCC272),yes)
  • make/custom/score603e.cfg

    rd4f9cef5 r206a0b38  
    3434#  This section makes the target dependent options file.
    3535
    36 #  CONSOLE_USE_POLLED     (score603e_bsp)
    37 #  CONSOLE_USE_INTERRUPTS (score603e_bsp)
    38 #     The score603e console driver has the structure to operate in either
    39 #     polled or interrupt mode.  However both modes only trap to the
    40 #     monitor currently.
    41 #
    4236#  SCORE603E_USE_SDS           (score603e_bsp)
    4337#  SCORE603E_USE_OPEN_FIRMWARE (score603e_bsp)
     
    6458
    6559define make-target-options
    66         @echo "#define CONSOLE_USE_INTERRUPTS 0"                     >>$@
    6760        @echo "#define INITIALIZE_COM_PORTS 1"                       >>$@
    6861        @echo "#define SCORE603E_GENERATION $(SCORE603E_GENERATION)" >>$@
  • make/custom/vegaplus.cfg

    rd4f9cef5 r206a0b38  
    1212# This is the actual bsp directory used during the build process.
    1313RTEMS_BSP_FAMILY=vegaplus
    14 
    15 #  This section makes the target dependent options file.
    16 define make-target-options
    17 endef
    1814
    1915#  This contains the compiler options necessary to select the CPU model
Note: See TracChangeset for help on using the changeset viewer.