Changeset 8c02d47 in ada-examples


Ignore:
Timestamp:
02/11/00 14:41:47 (23 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:
0310abc
Parents:
38b445a
Message:

Changed to reflect 3.12p.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hello_world_ada/Makefile.erc32

    r38b445a r8c02d47  
    88target=sparc-rtems
    99tooldir=/home/joel/gnat-to-test/${target}/
     10tooldir=/usr2/tools_install/gnat-3.12p//${target}/
    1011rtemsdir=${tooldir}/erc32
    1112
     
    1920CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress
    2021
     22# -bargs -r
    2123all: init.o
    2224        $(GNATMAKE) -v -O -gnata -gnatE -gnato $(MAIN) -g \
    23             -bargs -r \
     25            -bargs -Mgnat_main \
    2426            -cargs $(CARGS) \
    2527            -largs $(CARGS) init.o
Note: See TracChangeset for help on using the changeset viewer.