Changeset 0310abc in ada-examples
- Timestamp:
- 01/29/03 14:01:39 (20 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:
- 3ea7406
- Parents:
- 8c02d47
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/Makefile.pc386
r8c02d47 r0310abc 7 7 # Tool paths 8 8 target=i386-rtems 9 tooldir=/ home/joel/gnat-3.10p/${target}/10 rtemsdir=${tooldir}/ rtems/pc3869 tooldir=/opt/rtems/ 10 rtemsdir=${tooldir}/$(target)/pc386 11 11 12 12 # Tool names … … 23 23 24 24 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems \ 25 -Wl,-Ttext,$(RELOCADDR) -Wl,--oformat,elf32-i38625 -Wl,-Ttext,$(RELOCADDR) 26 26 27 27 all: init.o $(MAIN) … … 32 32 $(MAIN).exe: init.o 33 33 $(GNATMAKE) -v -O -gnata -gnatE -gnato $(MAIN) -g -o $(MAIN).obj \ 34 -bargs - r\34 -bargs -Mgnat_main \ 35 35 -cargs $(CARGS) \ 36 36 -largs $(CARGS) init.o 37 37 $(SIZE) $(MAIN).obj 38 38 $(NM) -g -n $(MAIN).obj >$(MAIN).num 39 $(OBJCOPY) -O a.out-i386 \39 $(OBJCOPY) -O elf32-i386 \ 40 40 --remove-section=.rodata \ 41 41 --remove-section=.comment \
Note: See TracChangeset
for help on using the changeset viewer.