|
| 1 | +2015-02-27 Anton Kolesov < [email protected]> |
| 2 | + |
| 3 | + * tag-releas.sh: Tag Linux repository. |
| 4 | + * push-release.sh: Push Linux repository. |
| 5 | + |
| 6 | +2015-02-27 Anton Kolesov < [email protected]> |
| 7 | + |
| 8 | + * build-uclibc.sh: Configure linux out of source tree. |
| 9 | + |
| 10 | +2015-02-27 Anton Kolesov < [email protected]> |
| 11 | + |
| 12 | + * build-cleanup.sh: Refresh. |
| 13 | + |
| 14 | +2015-02-27 Anton Kolesov < [email protected]> |
| 15 | + |
| 16 | + * dejagnu/baseboards/arc-openocd.exp: New board. |
| 17 | + |
| 18 | +2015-02-27 Anton Kolesov < [email protected]> |
| 19 | + |
| 20 | + * build-all.sh: Remove --force option. |
| 21 | + * build-elf32.sh: Likewise. |
| 22 | + * build-uclibc.sh: Likewise. |
| 23 | + |
| 24 | +2015-02-26 Anton Kolesov < [email protected]> |
| 25 | + |
| 26 | + * arc-versions.sh: Add default_toolchain_config variable. |
| 27 | + * build-all.sh: Do not set TOOLCHAIN_CONFIG by default. |
| 28 | + * tag-release.sh: Create toolchain config for created release. |
| 29 | + |
| 30 | +2015-02-26 Anton Kolesov < [email protected]> |
| 31 | + |
| 32 | + * tag-release.sh: Do not push tags. |
| 33 | + * push-release.sh: New file. |
| 34 | + |
| 35 | +2015-02-26 Anton Kolesov < [email protected]> |
| 36 | + |
| 37 | + * arc-versions.sh: Do not list git branches in it. |
| 38 | + * build-all.sh: Add --checkout-config option |
| 39 | + * config/arc-2014.08.sh: 2014.08 release tags. |
| 40 | + * config/arc-2014.12.sh: 2014.12 release tags. |
| 41 | + * config/arc-dev.sh: Git development branches. |
| 42 | + |
| 43 | +2015-02-26 Anton Kolesov < [email protected]> |
| 44 | + |
| 45 | + * build-all.sh: Do not build unified source tree. |
| 46 | + * build-uclibc: Remove mentions of unified source tree. |
| 47 | + * symlink-all.sh: Remove. |
| 48 | + * README.md: No unified source tree anymore. |
| 49 | + * Makefile.release: No need to build unisrc. |
| 50 | + |
| 51 | +2015-02-26 Anton Kolesov < [email protected]> |
| 52 | + |
| 53 | + * arc-init.sh: Common build functions for uClibc tools. |
| 54 | + * build-uclibc.sh: Build without unified source tree. |
| 55 | + |
| 56 | +2015-02-26 Anton Kolesov < [email protected]> |
| 57 | + |
| 58 | + * arc-init.sh: Common build functions. |
| 59 | + * build-elf32.sh: Build without unified source tree. |
| 60 | + |
| 61 | +2015-02-26 Anton Kolesov < [email protected]> |
| 62 | + |
| 63 | + * doc/build.md: New file. |
| 64 | + |
| 65 | +2015-02-26 Andrew Burgess < [email protected]> |
| 66 | + |
| 67 | + * arc-init.sh (temp_file_in_dir): New function. |
| 68 | + * build-uclibc.sh: Use temp_file_in_dir instead of mktemp. |
| 69 | + |
| 70 | +2015-02-24 Andrew Burgess < [email protected]> |
| 71 | + |
| 72 | + * build-uclibc.sh: Switch on UCLIBC_HAS_THREADS_NATIVE and turn |
| 73 | + off LINUXTHREADS_OLD when building with TLS support. |
| 74 | + |
| 75 | +2015-02-20 Andrew Burgess < [email protected]> |
| 76 | + |
| 77 | + * build-uclibc.sh: Create a temporary defconfig file, edit the |
| 78 | + temporary file, then create the .config file. |
| 79 | + |
| 80 | +2015-02-19 Andrew Burgess < [email protected]> |
| 81 | + |
| 82 | + * build-uclibc.sh: Remove use of arc_config. |
| 83 | + |
| 84 | +2015-02-17 Anton Kolesov < [email protected]> |
| 85 | + |
| 86 | + * Makefile.release: Remove any mentions of release in directory names. |
| 87 | + * README.md: Likewise. |
| 88 | + * arc-clone-all.sh: Likewise. |
| 89 | + * arc-init.sh: Likewise. |
| 90 | + * build-all.sh: Likewise. |
| 91 | + * build-elf32.sh: Likewise. |
| 92 | + * build-kernel.sh: Likewise. |
| 93 | + * build-uclibc.sh: Likewise. |
| 94 | + * run-elf32-tests.sh: Likewise. |
| 95 | + * run-tests.sh: Likewise. |
| 96 | + * run-uclibc-tests.sh: Likewise. |
| 97 | + * define-release.sh: Remove. |
| 98 | + |
| 99 | +2015-02-17 Andrew Burgess < [email protected]> |
| 100 | + |
| 101 | + * run-uclibc-tests.sh: Switch to arc-snps-linux-uclibc target |
| 102 | + triplet when looking for results. |
| 103 | + |
| 104 | +2015-01-27 Andrew Burgess < [email protected]> |
| 105 | + |
| 106 | + * build-all.sh: Add tls command line flags, and set TLS_SUPPORT |
| 107 | + environment variable. |
| 108 | + * build-uclibc.sh: Check TLS_SUPPORT environment variable to |
| 109 | + control thread and tls support features. |
| 110 | + |
| 111 | +2015-01-22 Andrew Burgess < [email protected]> |
| 112 | + |
| 113 | + * run-tests.sh: Remove typo from comment and help text. |
| 114 | + |
| 115 | +2015-01-29 Anton Kolesov < [email protected]> |
| 116 | + |
| 117 | + * dejagnu/baseboards/arc-linux-generic.exp: Allow sysroot to be passed |
| 118 | + directly. |
| 119 | + |
| 120 | +2015-01-22 Anton Kolesov < [email protected]> |
| 121 | + |
| 122 | + * arc-external.sh: Use different GMP link. |
| 123 | + |
| 124 | +2015-01-16 Anton Kolesov < [email protected]> |
| 125 | + |
| 126 | + * dejagnu/basenoards/arc-sim-nsimdrv.exp: Allow custom nSIM options. |
| 127 | + |
| 128 | +2014-12-19 Anton Kolesov < [email protected]> |
| 129 | + |
| 130 | + * dejagnu/baseboards/arc-sim-nsimdrv.exp: Update CPU C flags. |
| 131 | + * dejagnu/baseboards/arc600-sim.exp: Same. |
| 132 | + |
| 133 | +2014-12-16 Anton Kolesov < [email protected]> |
| 134 | + |
| 135 | + * build-elf32.sh: Fix documentation build problem on RHEL6. |
| 136 | + * build-uclibc.sh: Same. |
| 137 | + |
1 | 138 | 2014-12-12 Anton Kolesov < [email protected]> |
2 | 139 |
|
3 | 140 | * README.md: Add git to prerequisites. |
|
0 commit comments