Changeset 81cdfbbe402856ffc652538f8fee714b95c144b8
- Timestamp:
- 12/11/10 09:28:13 (3 years ago)
- Children:
- b1cc02f74afd3aeddfd3d00af4bd0580e3a0c4cc
- Parents:
- 0dd271e3c98526974d2a95e1a9fa5b1c77ab0d8c
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (12/11/10 09:28:13)
- File:
-
- 1 edited
-
data/gcc.i4ucbuilder (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
data/gcc.i4ucbuilder
r234a777 r81cdfbb 15 15 source_type=.c 16 16 object_type=.o 17 build_command=arm-elf-gcc -mcpu=%device - O1 -c %source -o %object17 build_command=arm-elf-gcc -mcpu=%device -c %source -o %object 18 18 output_regex=(.+):(?<line>[0-9]+):([0-9]+):(.+) 19 19 clean_types=.o; … … 22 22 source_type=.S 23 23 object_type=.o 24 build_command=arm-elf-gcc -mcpu=%device - O1 -c %source -o %object24 build_command=arm-elf-gcc -mcpu=%device -c %source -o %object 25 25 output_regex=(.+):(?<line>[0-9]+):(.+) 26 26 clean_types=.o; … … 37 37 source_type=.c 38 38 object_type=.o 39 build_command=avr-gcc -mmcu=%device - O1 -c %source -o %object39 build_command=avr-gcc -mmcu=%device -c %source -o %object 40 40 output_regex=(.+):(?<line>[0-9]+):([0-9]+):(.+) 41 41 clean_types=.o; … … 44 44 source_type=.S 45 45 object_type=.o 46 build_command=avr-gcc -mmcu=%device - O1 -c %source -o %object46 build_command=avr-gcc -mmcu=%device -c %source -o %object 47 47 output_regex=(.+):(?<line>[0-9]+):(.+) 48 48 clean_types=.o; … … 59 59 source_type=.c 60 60 object_type=.o 61 build_command=msp430-gcc -mmcu=%device - O1 -c %source -o %object61 build_command=msp430-gcc -mmcu=%device -c %source -o %object 62 62 output_regex=(.+):(?<line>[0-9]+):(.+) 63 63 clean_types=.o; … … 66 66 source_type=.S 67 67 object_type=.o 68 build_command=msp430-gcc -mmcu=%device - O1 -c %source -o %object68 build_command=msp430-gcc -mmcu=%device -c %source -o %object 69 69 output_regex=(.+):(?<line>[0-9]+):(.+) 70 70 clean_types=.o;
Note: See TracChangeset
for help on using the changeset viewer.

