Changeset d102375e in rtems


Ignore:
Timestamp:
05/28/00 17:52:30 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
19de118
Parents:
dd72009
Message:

Removed definition of PPC_ABI and PPC_ASM as there are now defaults
that reflect the GNU toolset.

Location:
make/custom
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • make/custom/dmv177.cfg

    rdd72009 rd102375e  
    3939#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    4040#
    41 #  PPC_ABI (ppc)
    42 #     This defines the calling convention (Application Binary Interface)
    43 #     used in this configuration.  EABI is the only one supported.
    44 #
    45 #  PPC_ASM (ppc)
    46 #     This defines the assembly language format used in this configuration.
    47 #     ELF is the only one supported.
    48 #
    4941#  PPC_USE_SPRG (RTEMS PowerPC port)
    5042#     If defined, then the PowerPC specific code in RTEMS will use some
     
    7466        @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
    7567        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"                >>$@
    76         @echo "#define PPC_ABI PPC_ABI_EABI"                       >>$@
    77         @echo "#define PPC_ASM PPC_ASM_ELF"                        >>$@
    7868        @echo "#define PPC_USE_SPRG 0"                             >>$@
    7969        @echo "#define PPC_USE_DATA_CACHE 0"                       >>$@
  • make/custom/eth_comm.cfg

    rdd72009 rd102375e  
    1313RTEMS_BSP_FAMILY=eth_comm
    1414
    15 CPU_DEFINES=-DPPC_ABI=PPC_ABI_EABI \
    16    -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x00000000
     15CPU_DEFINES=-DPPC_VECTOR_FILE_BASE=0x00000000
    1716
    1817#  This section makes the target dependent options file.
  • make/custom/helas403.cfg

    rdd72009 rd102375e  
    1919RTEMS_BSP_FAMILY=helas403
    2020
    21 #  These should be defined in targopt.h now.
    22 #CPU_DEFINES=-DPPC_ABI=PPC_ABI_POWEROPEN \
    23 #   -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x0100
    24 
    2521#  This section makes the target dependent options file.
    2622
     
    4036#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    4137#       
    42 #  PPC_ABI (PowerPC)
    43 #     This defines the calling convention (Application Binary Interface)
    44 #     used in this configuration.  EABI is the only one supported.
    45 #     This BSP was initially developed using the PowerOpen ABI.
    46 #
    47 #  PPC_ASM (PowerPC)
    48 #     This defines the assembly language format used in this configuration.
    49 #     ELF is the only one supported.
    50 #
    5138#  PPC_USE_SPRG (RTEMS PowerPC port)
    5239#     If defined, then the PowerPC specific code in RTEMS will use some
     
    6047        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    6148        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"         >>$@
    62         @echo "#define PPC_ABI PPC_ABI_EABI"                >>$@
    63         @echo "#define PPC_ASM PPC_ASM_ELF"                 >>$@
    6449        @echo "#define PPC_USE_SPRG 1"                      >>$@
    6550endef
  • make/custom/mcp750.cfg

    rdd72009 rd102375e  
    3030#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    3131#
    32 #  PPC_ABI (ppc)
    33 #     This defines the calling convention (Application Binary Interface)
    34 #     used in this configuration.  EABI is the only one supported.
    35 #
    36 #  PPC_ASM (ppc)
    37 #     This defines the assembly language format used in this configuration.
    38 #     ELF is the only one supported.
    39 #
    4032#  PPC_USE_SPRG (RTEMS PowerPC port)
    4133#     If defined, then the PowerPC specific code in RTEMS will use some
     
    5850        @echo "#define PPC_USE_DATA_CACHE 1"                   >>$@
    5951        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"            >>$@
    60         @echo "#define PPC_ABI PPC_ABI_EABI"                   >>$@
    61         @echo "#define PPC_ASM PPC_ASM_ELF"                    >>$@
    6252        @echo "#define PPC_USE_SPRG  1"                        >>$@
    6353endef
  • make/custom/mvme2307.cfg

    rdd72009 rd102375e  
    3636#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    3737#
    38 #  PPC_ABI (PowerPC)
    39 #     This defines the calling convention (Application Binary Interface)
    40 #     used in this configuration.  EABI is the only one supported.
    41 #
    42 #  PPC_ASM (PowerPC)
    43 #     This defines the assembly language format used in this configuration.
    44 #     ELF is the only one supported.
    45 #
    4638#  PPC_USE_SPRG (RTEMS PowerPC port)
    4739#     If defined, then the PowerPC specific code in RTEMS will use some
     
    5951        @echo "#define PPC_USE_DATA_CACHE 1"                   >>$@
    6052        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"            >>$@
    61         @echo "#define PPC_ABI PPC_ABI_EABI"                   >>$@
    62         @echo "#define PPC_ASM PPC_ASM_ELF"                    >>$@
    6353        @echo "#define PPC_USE_SPRG  1"
    6454endef
  • make/custom/papyrus.cfg

    rdd72009 rd102375e  
    1212# This is the actual bsp directory used during the build process.
    1313RTEMS_BSP_FAMILY=papyrus
    14 
    15 #  These should be defined in targopt.h now.
    16 #CPU_DEFINES=-DPPC_ABI=PPC_ABI_POWEROPEN \
    17 #   -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x0100
    1814
    1915#  This section makes the target dependent options file.
     
    3430#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    3531#       
    36 #  PPC_ABI (PowerPC)
    37 #     This defines the calling convention (Application Binary Interface)
    38 #     used in this configuration.  EABI is the only one supported.
    39 #     This BSP was initially developed using the PowerOpen ABI.
    40 #
    41 #  PPC_ASM (PowerPC)
    42 #     This defines the assembly language format used in this configuration.
    43 #     ELF is the only one supported.
    44 #
    4532#  PPC_USE_SPRG (RTEMS PowerPC port)
    4633#     If defined, then the PowerPC specific code in RTEMS will use some
     
    5441        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    5542        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"         >>$@
    56         @echo "#define PPC_ABI PPC_ABI_EABI"                >>$@
    57         @echo "#define PPC_ASM PPC_ASM_ELF"                 >>$@
    5843        @echo "#define PPC_USE_SPRG 1"                      >>$@
    5944endef
  • make/custom/ppcn_60x.cfg

    rdd72009 rd102375e  
    3737#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    3838#
    39 #  PPC_ABI (ppc)
    40 #     This defines the calling convention (Application Binary Interface)
    41 #     used in this configuration.  EABI is the only one supported.
    42 #
    43 #  PPC_ASM (ppc)
    44 #     This defines the assembly language format used in this configuration.
    45 #     ELF is the only one supported.
    46 #
    4739#  PPC_USE_SPRG (RTEMS PowerPC port)
    4840#     If defined, then the PowerPC specific code in RTEMS will use some
     
    6557        @echo "#define PPC_USE_DATA_CACHE 1"                   >>$@
    6658        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"            >>$@
    67         @echo "#define PPC_ABI PPC_ABI_EABI"                   >>$@
    68         @echo "#define PPC_ASM PPC_ASM_ELF"                    >>$@
    6959        @echo "#define PPC_USE_SPRG  0"                        >>$@
    7060endef
  • make/custom/psim.cfg

    rdd72009 rd102375e  
    4040#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    4141#
    42 #  PPC_ABI (PowerPC)
    43 #     This defines the calling convention (Application Binary Interface)
    44 #     used in this configuration.  EABI is the only one supported.
    45 #
    46 #  PPC_ASM (PowerPC)
    47 #     This defines the assembly language format used in this configuration.
    48 #     ELF is the only one supported.
    49 #
    5042#  PPC_USE_SPRG (RTEMS PowerPC port)
    5143#     If defined, then the PowerPC specific code in RTEMS will use some
     
    6456        @echo "#define PSIM_FAST_IDLE 1"                           >>$@
    6557        @echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100"            >>$@
    66         @echo "#define PPC_ABI PPC_ABI_EABI"                       >>$@
    67         @echo "#define PPC_ASM PPC_ASM_ELF"                        >>$@
    6858        @echo "#define PPC_USE_SPRG 1"                             >>$@
    6959endef
  • make/custom/score603e.cfg

    rdd72009 rd102375e  
    6262#     NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
    6363#
    64 #  PPC_ABI (ppc)
    65 #     This defines the calling convention (Application Binary Interface)
    66 #     used in this configuration.  EABI is the only one supported.
    67 #
    68 #  PPC_ASM (ppc)
    69 #     This defines the assembly language format used in this configuration.
    70 #     ELF is the only one supported.
    71 #
    7264#  PPC_USE_SPRG (RTEMS PowerPC port)
    7365#     If defined, then the PowerPC specific code in RTEMS will use some
     
    9587        @echo "#define PPC_USE_DATA_CACHE 0"                         >>$@
    9688        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"                  >>$@
    97         @echo "#define PPC_ABI PPC_ABI_EABI"                         >>$@
    98         @echo "#define PPC_ASM PPC_ASM_ELF"                          >>$@
    9989        @echo "#define PPC_USE_SPRG  0"                              >>$@
    10090        @echo "#define HAS_PMC_PSC8  0"                              >>$@
Note: See TracChangeset for help on using the changeset viewer.