Subversion Repositories avr32-toolchain

Rev

Rev 13 | Rev 17 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 15
-
 
1
try_gdb_0_3_0 (jasmin on Mon Apr 02 08:38:06 CEST 2012):
-
 
2
   + After cleaning, empty directories are removed now.
-
 
3
   + download-* does no longer depend on the download directory, so the files
-
 
4
     are not downloaded any longer, altough they are present. This happended,
-
 
5
     because each write to the download directory changed the directory
-
 
6
     modification date, which is checked by make for the rules execution.
-
 
7
   + patch rule added and all required clean dummy rules, too.
-
 
8
   + Added avrpatches, avrheaders and binutils.
-
 
9
   + Added help text.
-
 
10
1
try_gdb_0_2_0 (jjessich on Sun Apr 01 02:40:52 CEST 2012):
11
try_gdb_0_2_0 (jasmin on Sun Apr 01 02:40:52 CEST 2012):
2
   + Added tools revision generation out of svn.
12
   + Added tools revision generation out of svn.
3
   + Internal structure completely changed to make macros, which will expand
13
   + Internal structure completely changed to make macros, which will expand
4
     the rules.
14
     the rules.
5
   + The different targets will now execute only, if the dependend thing
15
   + The different targets will now execute only, if the dependend thing
6
     is not allready made.
16
     is not allready made.
7
   + Added new rules to force the execution (xxxx-yyyy-f).
17
   + Added new rules to force the execution (xxxx-yyyy-f).
8
   NOTE: Currently only autoconf and automake reworked.
18
   NOTE: Currently only autoconf and automake reworked.
9
19
10
try_gdb_0_1_0 (jasmin on Sun Mar 25 20:41:08 CEST 2012):
20
try_gdb_0_1_0 (jasmin on Sun Mar 25 20:41:08 CEST 2012):
11
   + gdb added (not working).
21
   + gdb added (not working).
12
   + When executing make with a target, it is not rebuild any longer, if
22
   + When executing make with a target, it is not rebuild any longer, if
13
     nothing has been changed.
23
     nothing has been changed.
14
   + Added *-force tags to have the old behaviour still available (not
24
   + Added *-force tags to have the old behaviour still available (not
15
     finished).
25
     finished).
16
   + Added clean-* rules for each sub target.
26
   + Added clean-* rules for each sub target.
17
   + Added realclean-* ruels, whch will remove the downloaded file, too.
27
   + Added realclean-* ruels, whch will remove the downloaded file, too.
18
   NOTE: Currently NOT TESTED!!!
28
   NOTE: Currently NOT TESTED!!!
19
29
20
rel_0_1_0 (jasmin on Sun Mar 25 19:21:33 CEST 2012):
30
rel_0_1_0 (jasmin on Sun Mar 25 19:21:33 CEST 2012):
21
   + Initial release based on vendor version 990c274.
31
   + Initial release based on vendor version 990c274.