Rev 19 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
21 | jasmin | 1 | try_gdb_0_6_0 (jjessich on Mon Apr 09 23:45:23 CEST 2012): |
2 | + Added more description. |
||
3 | + Support a release build with default to /opt/avr/avr32-tools. |
||
4 | + Support building the tools fully static linked. |
||
5 | + Added additional environment variables for configure and build step. |
||
6 | |||
19 | jasmin | 7 | try_gdb_0_5_0 (jjessich on Mon Apr 09 00:42:21 CEST 2012): |
8 | + Added description. |
||
9 | + Simplify maintainer mode and regenerating. |
||
10 | + Add support for the new binutils patches from the anw |
||
11 | site (newpatchesbinutils). |
||
12 | NOTE: This is currently a hack and will be changed, if all patches for |
||
13 | all tools are finished. |
||
14 | + Adding dejagnu (1.5) to new supp tools test. |
||
15 | + Default extract command can be now overwritten. |
||
16 | + Default patch level can be now overwritten. |
||
17 | + New build-xxx-clean rule. |
||
18 | + Default for xxx_build_cmds. |
||
19 | + Help text improved. |
||
20 | |||
17 | jasmin | 21 | try_gdb_0_4_0 (jjessich on Sun Apr 08 02:09:43 CEST 2012): |
22 | + Use binutils 2.22, automake 1.11.1. |
||
23 | + Adding libtool (2.2.6b) to supp tools. |
||
24 | + The default target is now install-cross, which will build the complete |
||
25 | tool chain. |
||
26 | Note: Currenly this is only binutils! |
||
27 | + Empty directory removig will keep source control files (.svn, .git). |
||
28 | + New target "helpx", which will print a list of all availabe targets. |
||
29 | + The support tools ar enow used by the regen-XXX target. |
||
30 | + A lot of more enhancements ;-) |
||
31 | NOTE: GDB building not started untill now. |
||
32 | |||
15 | jasmin | 33 | try_gdb_0_3_0 (jasmin on Mon Apr 02 08:38:06 CEST 2012): |
34 | + After cleaning, empty directories are removed now. |
||
35 | + download-* does no longer depend on the download directory, so the files |
||
36 | are not downloaded any longer, altough they are present. This happended, |
||
37 | because each write to the download directory changed the directory |
||
38 | modification date, which is checked by make for the rules execution. |
||
39 | + patch rule added and all required clean dummy rules, too. |
||
40 | + Added avrpatches, avrheaders and binutils. |
||
41 | + Added help text. |
||
42 | |||
43 | try_gdb_0_2_0 (jasmin on Sun Apr 01 02:40:52 CEST 2012): |
||
13 | jasmin | 44 | + Added tools revision generation out of svn. |
45 | + Internal structure completely changed to make macros, which will expand |
||
46 | the rules. |
||
47 | + The different targets will now execute only, if the dependend thing |
||
48 | is not allready made. |
||
49 | + Added new rules to force the execution (xxxx-yyyy-f). |
||
50 | NOTE: Currently only autoconf and automake reworked. |
||
51 | |||
7 | jasmin | 52 | try_gdb_0_1_0 (jasmin on Sun Mar 25 20:41:08 CEST 2012): |
53 | + gdb added (not working). |
||
54 | + When executing make with a target, it is not rebuild any longer, if |
||
55 | nothing has been changed. |
||
56 | + Added *-force tags to have the old behaviour still available (not |
||
57 | finished). |
||
58 | + Added clean-* rules for each sub target. |
||
59 | + Added realclean-* ruels, whch will remove the downloaded file, too. |
||
60 | NOTE: Currently NOT TESTED!!! |
||
61 | |||
4 | jasmin | 62 | rel_0_1_0 (jasmin on Sun Mar 25 19:21:33 CEST 2012): |
63 | + Initial release based on vendor version 990c274. |