Rev 15 | Rev 19 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 17 | jasmin | 1 | try_gdb_0_4_0 (jjessich on Sun Apr 08 02:09:43 CEST 2012): |
| 2 | + Use binutils 2.22, automake 1.11.1. |
||
| 3 | + Adding libtool (2.2.6b) to supp tools. |
||
| 4 | + The default target is now install-cross, which will build the complete |
||
| 5 | tool chain. |
||
| 6 | Note: Currenly this is only binutils! |
||
| 7 | + Empty directory removig will keep source control files (.svn, .git). |
||
| 8 | + New target "helpx", which will print a list of all availabe targets. |
||
| 9 | + The support tools ar enow used by the regen-XXX target. |
||
| 10 | + A lot of more enhancements ;-) |
||
| 11 | NOTE: GDB building not started untill now. |
||
| 12 | |||
| 15 | jasmin | 13 | try_gdb_0_3_0 (jasmin on Mon Apr 02 08:38:06 CEST 2012): |
| 14 | + After cleaning, empty directories are removed now. |
||
| 15 | + download-* does no longer depend on the download directory, so the files |
||
| 16 | are not downloaded any longer, altough they are present. This happended, |
||
| 17 | because each write to the download directory changed the directory |
||
| 18 | modification date, which is checked by make for the rules execution. |
||
| 19 | + patch rule added and all required clean dummy rules, too. |
||
| 20 | + Added avrpatches, avrheaders and binutils. |
||
| 21 | + Added help text. |
||
| 22 | |||
| 23 | try_gdb_0_2_0 (jasmin on Sun Apr 01 02:40:52 CEST 2012): |
||
| 13 | jasmin | 24 | + Added tools revision generation out of svn. |
| 25 | + Internal structure completely changed to make macros, which will expand |
||
| 26 | the rules. |
||
| 27 | + The different targets will now execute only, if the dependend thing |
||
| 28 | is not allready made. |
||
| 29 | + Added new rules to force the execution (xxxx-yyyy-f). |
||
| 30 | NOTE: Currently only autoconf and automake reworked. |
||
| 31 | |||
| 7 | jasmin | 32 | try_gdb_0_1_0 (jasmin on Sun Mar 25 20:41:08 CEST 2012): |
| 33 | + gdb added (not working). |
||
| 34 | + When executing make with a target, it is not rebuild any longer, if |
||
| 35 | nothing has been changed. |
||
| 36 | + Added *-force tags to have the old behaviour still available (not |
||
| 37 | finished). |
||
| 38 | + Added clean-* rules for each sub target. |
||
| 39 | + Added realclean-* ruels, whch will remove the downloaded file, too. |
||
| 40 | NOTE: Currently NOT TESTED!!! |
||
| 41 | |||
| 4 | jasmin | 42 | rel_0_1_0 (jasmin on Sun Mar 25 19:21:33 CEST 2012): |
| 43 | + Initial release based on vendor version 990c274. |