Changeset a1affab in ada-examples for hello_world_ada/Makefile.erc32
- Timestamp:
- 08/20/99 19:37:42 (24 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/Makefile.erc32
r8ddd382 ra1affab 7 7 # Tool paths 8 8 target=sparc-rtems 9 tooldir=/home/joel/gnat- 3.10b/${target}/10 rtemsdir=${tooldir}/ rtems/erc329 tooldir=/home/joel/gnat-to-test/${target}/ 10 rtemsdir=${tooldir}/erc32 11 11 12 12 # Tool names … … 14 14 GNATMAKE=${tooldir}/bin/${target}-gnatmake 15 15 SIZE=${tooldir}/bin/${target}-size 16 SIS=${tooldir}/bin/s is17 GDB=${tooldir}/bin/s is-gdb16 SIS=${tooldir}/bin/sparc-rtems-sis 17 GDB=${tooldir}/bin/sparc-rtems-gdb 18 18 19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mc ypress19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress 20 20 21 21 all: init.o
Note: See TracChangeset
for help on using the changeset viewer.