Changeset a1affab in ada-examples for hello_world_ada/Makefile.erc32


Ignore:
Timestamp:
08/20/99 19:37:42 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
ada-examples-4-10-branch, ada-examples-4-6-branch, ada-examples-4-7-branch, ada-examples-4-8-branch, ada-examples-4-9-branch, master
Children:
38b445a
Parents:
8ddd382
Message:

Miscelaneous changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hello_world_ada/Makefile.erc32

    r8ddd382 ra1affab  
    77# Tool paths
    88target=sparc-rtems
    9 tooldir=/home/joel/gnat-3.10b/${target}/
    10 rtemsdir=${tooldir}/rtems/erc32
     9tooldir=/home/joel/gnat-to-test/${target}/
     10rtemsdir=${tooldir}/erc32
    1111
    1212# Tool names
     
    1414GNATMAKE=${tooldir}/bin/${target}-gnatmake
    1515SIZE=${tooldir}/bin/${target}-size
    16 SIS=${tooldir}/bin/sis
    17 GDB=${tooldir}/bin/sis-gdb
     16SIS=${tooldir}/bin/sparc-rtems-sis
     17GDB=${tooldir}/bin/sparc-rtems-gdb
    1818
    19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcypress
     19CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress
    2020
    2121all: init.o
Note: See TracChangeset for help on using the changeset viewer.