Subversion Repositories avr32-toolchain

Rev

Rev 19 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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