1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621
|
cross-toolchain-base (66) unstable; urgency=medium
* Build using glibc 2.36-8.
* Build using binutils 2.40-2.
* Build using linux 6.1.4.
* Build using gcc 12.2.0-14.
-- Matthias Klose <doko@debian.org> Sun, 15 Jan 2023 16:27:05 +0100
cross-toolchain-base (65) unstable; urgency=medium
* Build using glibc 2.36-7.
* Build using linux 6.0.12.
* Add new build dependencies for binutils.
* Add build dependency on dpkg (>= 1.21.17).
-- Matthias Klose <doko@debian.org> Fri, 06 Jan 2023 10:14:35 +0100
cross-toolchain-base (62) unstable; urgency=medium
* Build using glibc 2.36-3.
* Build using linux 6.0.5.
* Work around dpkg-cross misbehaving with glibc 2.35 to rewrite
.so files for non-default multilib packages. See #1018758.
* Remove glibc stage1 and gcc stage2 (Helmut Grohne). Closes: #956855.
* Remove the support to build ARM32 soft-float/hard-float multilibs.
* Update copyright years.
* Merge the support to build packages for arc-linux-gnu.
-- Matthias Klose <doko@debian.org> Tue, 01 Nov 2022 17:31:55 +0100
cross-toolchain-base (61) unstable; urgency=medium
* Build using glibc 2.35-1.
* Build using linux 5.19.6.
* Bump standards version.
* Update d/p/glibc/debian/no-libaudit.diff for glibc 2.34-5.
* Work around dpkg-cross handling the versioned ld.so symlinks.
-- Matthias Klose <doko@debian.org> Fri, 23 Sep 2022 14:02:02 +0200
cross-toolchain-base (60) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 13.
* Set debhelper-compat version in Build-Depends.
* Remove unnecessary XS-Testsuite field in debian/control.
[ Bastien Roucariès ]
* Build using gcc 11.3.0-5
* Bug fix: "FTBFS: configure: error: cannot compute suffix of object
files: cannot compile", thanks to Lucas Nussbaum (Closes: #1017213).
[ Dimitri John Ledkov ]
* debian/tests/control: switch static build-depends list to @builddeps@
macro.
* Switch to exact linux-source-$VER dependency.
* Update ubuntu patches for glibc 2.36.
* Drop unused CROSS_* substitutions from debian/rules control target
that generating warnings and errors.
* Update package versions for Debian and Ubuntu. (Closes: #1016829).
* Build using glibc 2.34-3.
* Build using linux 5.18.16.
-- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Tue, 16 Aug 2022 13:17:09 +0100
cross-toolchain-base (59) unstable; urgency=medium
* Build using glibc 2.33-1.
* Build using linux 5.15.5.
* Build using gcc 10.3.0-7.
* Build using binutils 2.37-10.
-- Matthias Klose <doko@debian.org> Mon, 13 Dec 2021 10:43:12 +0100
cross-toolchain-base (58) unstable; urgency=medium
* Build without libaudit.
-- Matthias Klose <doko@debian.org> Mon, 06 Sep 2021 18:19:01 +0200
cross-toolchain-base (57) unstable; urgency=medium
* Build using glibc 2.32-1.
-- Matthias Klose <doko@debian.org> Mon, 06 Sep 2021 10:41:57 +0200
cross-toolchain-base (56) unstable; urgency=medium
[ YunQiang Su ]
* Merge changes from c-t-b-mipsen.
* Embedded dpkg-cross: support ld-linux-mipsn8.so.1 for MIPS r6.
[ Matthias Klose ]
* Fix some warnings in the embedded dpkg-cross.
* Update comment for libc6-sparc64-cross:
Remove /usr/sparc64-linux-gnu/lib/ld-linux.so.2
* Build using gcc 10.3.0-7.
* Fix path to ld.so.1/ld-linux.so.2 for 32bit non-default multilib builds.
* Mark the autopkg test skippable on archs without cross compilers.
Closes: #992525.
-- Matthias Klose <doko@debian.org> Fri, 27 Aug 2021 20:45:05 +0200
cross-toolchain-base (55) unstable; urgency=medium
* Build using glibc 2.31-17.
-- Matthias Klose <doko@debian.org> Tue, 24 Aug 2021 11:00:20 +0200
cross-toolchain-base (54) unstable; urgency=medium
* Build using glibc 2.31-16.
* Build using binutils 2.37-4.
* Set the PATH env var explicitly when calling env -i.
* Fix building the sparc64 multilib compilers. Closes: #991897.
* Stop building the armel/armhf multilib packages for Ubuntu.
* Merge the dpkg-cross script, not enabling the fix_shlibs hunk.
* Refresh glibc patches.
* For the sparc64 32bit multilib, fix the AS_NEEDED section in the libc.so
linker file. Addresses: #991897.
* Tighten test depedencies.
-- Matthias Klose <doko@debian.org> Mon, 23 Aug 2021 14:53:10 +0200
cross-toolchain-base (53) unstable; urgency=medium
* Don't let the libc*-cross multilib packages conflict with each other.
-- Matthias Klose <doko@debian.org> Wed, 03 Mar 2021 12:54:20 +0100
cross-toolchain-base (52) unstable; urgency=medium
* Build using linux 5.10.13.
* Build using binutils 2.35.2-2.
* Bump autoconf dependencies from 2.64 to 2.69.
* Fix conversion of arch qualified relations (Helmut Grohne).
Closes: #982888.
* Add build dependency and autopkg test dependency on debugedit.
-- Matthias Klose <doko@debian.org> Sun, 21 Feb 2021 09:30:19 +0100
cross-toolchain-base (51) unstable; urgency=medium
* Build using gcc 10.2.1-6.
* Build using linux 5.10.5.
-- Matthias Klose <doko@debian.org> Sun, 10 Jan 2021 23:25:02 +0100
cross-toolchain-base (50) unstable; urgency=medium
* Fix autopkg test dependencies.
-- Matthias Klose <doko@debian.org> Sat, 09 Jan 2021 16:55:59 +0100
cross-toolchain-base (49) unstable; urgency=medium
* Build using glibc 2.31-9.
* Build using gcc 10.2.1-5.
* Build using linux 5.10.
* Build using binutils 2.35.1-7.
-- Matthias Klose <doko@debian.org> Sat, 09 Jan 2021 12:29:17 +0100
cross-toolchain-base (48) unstable; urgency=medium
* Fix binutils build conflicts. Closes: #976923.
* Build using glibc 2.31-5.
* Build using gcc 10.2.1-1.
* Build using linux 5.9.
* Build using binutils 2.35.1-4.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 09 Dec 2020 15:07:48 +0100
cross-toolchain-base (47) unstable; urgency=medium
* Use gcc-10 for the autopkg tests as well.
-- Matthias Klose <doko@debian.org> Wed, 15 Jul 2020 11:53:24 +0200
cross-toolchain-base (46) unstable; urgency=medium
* Build using glibc 2.31-1.
* Build using gcc 10.1.0-5.
* Build using linux 5.7.
* Use the linux source version for the Built-Using info. Closes: #954663.
* Fix build with make 4.3. Closes: #961851.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Tue, 14 Jul 2020 19:33:22 +0200
cross-toolchain-base (45) unstable; urgency=medium
* Build using glibc 2.30-2.
* Build using gcc 9.3.0-7.
* Build using binutils 2.34-5.
-- Matthias Klose <doko@debian.org> Sun, 22 Mar 2020 14:02:54 +0100
cross-toolchain-base (44) unstable; urgency=medium
* Bump source versions for autopkg test.
-- Matthias Klose <doko@debian.org> Sun, 12 Jan 2020 08:50:59 +0100
cross-toolchain-base (43) unstable; urgency=medium
* Build using binutils 2.33.50.
* Build using linux 5.4.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 08 Jan 2020 12:34:40 +0100
cross-toolchain-base (42) unstable; urgency=medium
* Fix gcc-source extraction step.
* Build using glibc 2.29-1.
* Build using gcc 9.2.1-8.
* Build the mipsel and mips64el cross packages from the c-t-b-mipsen
source package.
* Merge glibc-2.30 changes from Ubuntu.
* Build gm2 using Python3. Closes: #936587.
-- Matthias Klose <doko@debian.org> Tue, 10 Sep 2019 12:09:05 +0200
cross-toolchain-base (39) unstable; urgency=medium
* Stop building the mips packages.
-- Matthias Klose <doko@debian.org> Thu, 22 Aug 2019 19:01:17 +0200
cross-toolchain-base (38) unstable; urgency=medium
* Tighten autopkg test dependency on linux-libc-dev (>= 5.2).
-- Matthias Klose <doko@debian.org> Sat, 17 Aug 2019 15:55:04 +0200
cross-toolchain-base (37) unstable; urgency=medium
* Build using linux 5.2.
* Build using binutils 2.32.51.20190813-1.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Thu, 15 Aug 2019 12:36:16 +0200
cross-toolchain-base (36) unstable; urgency=medium
* Fix building with binutils snapshot builds.
* Build using gcc 8.3.0-19.
* Build using binutils 2.32.51.20190707-1.
* Build using glibc 2.28-10.
* Disable optimized builds for the autopkg test build.
* Remove the support to build powerpcspe packages (support gone in GCC 9).
-- Matthias Klose <doko@debian.org> Wed, 10 Jul 2019 10:18:35 +0200
cross-toolchain-base (35) unstable; urgency=medium
* Build using glibc 2.28-10.
-- Matthias Klose <doko@debian.org> Thu, 02 May 2019 14:31:48 +0200
cross-toolchain-base (34) unstable; urgency=medium
[ Dimitri John Ledkov ]
* Remove myself from uploaders.
[ Matthias Klose ]
* Build using gcc 8.3.0-7.
* Build using binutils 2.31.1-16.
* Build using glibc 2.28-9.
-- Matthias Klose <doko@debian.org> Mon, 29 Apr 2019 20:54:14 +0200
cross-toolchain-base (33) unstable; urgency=medium
* Build using gcc 8.3.0-2.
* Build using binutils 2.31.1-14.
* Build using glibc 2.28-7.
* Build the same mipsen packages for every vendor.
* Don't build mipsen debug packages by default.
* Remove amd64 packages from the -ports and -mipsen control file.
* mips64 packages are now built from the -mipsen source.
-- Matthias Klose <doko@debian.org> Wed, 27 Feb 2019 08:44:28 +0100
cross-toolchain-base (32) unstable; urgency=medium
* Build using glibc 2.28-4.
* Build using gcc 8.2.0-14.
* Build using linux 4.19.
* Build using binutils 2.31.1-11.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 09 Jan 2019 10:37:28 +0100
cross-toolchain-base (30) unstable; urgency=medium
* Build using glibc 2.28-2.
* Build using gcc 8.2.0-11.
* Tighten dependencies for the autopkg test.
* Fix VCS attribute.
-- Matthias Klose <doko@debian.org> Sat, 08 Dec 2018 12:05:53 +0100
cross-toolchain-base (29) unstable; urgency=medium
* Build using glibc 2.28.
* Build using gcc 8.2.0-10.
* Update VCS attributes in the control file.
-- Matthias Klose <doko@debian.org> Thu, 29 Nov 2018 12:16:19 +0100
cross-toolchain-base (28) unstable; urgency=medium
* Build using linux 4.18.
* Build using gcc 7.3.0-27.
* Build using binutils 2.31.1.
* Simplify the kernel headers build.
* Add an autopkg test to build a subset of cross compilers.
-- Matthias Klose <doko@debian.org> Mon, 17 Sep 2018 18:02:42 +0200
cross-toolchain-base (27) unstable; urgency=medium
* Build using gcc 7.3.0-20.
* Build using binutils 2.30-21.
* Fix upgrade of the ARM32 multilib packages.
-- Matthias Klose <doko@debian.org> Wed, 30 May 2018 19:39:54 +0200
cross-toolchain-base (26) unstable; urgency=medium
* Build using linux 4.16.
* Fix ARM32 multilib installations.
* Fix binutils installation in the build chroot.
-- Matthias Klose <doko@debian.org> Thu, 10 May 2018 20:43:12 +0200
cross-toolchain-base (25) unstable; urgency=medium
* Add support for riscv64 (Aurelian Jarno). Addresses: #892790.
* Build using gcc 7.3.0-14.
* Build using binutils 2.30-11.
* Fix dpkg-cross ldscript conversion for x32.
* Add support to build packages for amd64, i386 and x32.
* Build packages for amd64 and i386.
-- Matthias Klose <doko@debian.org> Mon, 02 Apr 2018 04:53:03 +0200
cross-toolchain-base (24) unstable; urgency=medium
* Build using glibc 2.27. Closes: #886315.
* Build using gcc 7.3.0-11.
* Build using binutils 2.30-7.
* Build using linux 4.15.
-- Matthias Klose <doko@debian.org> Mon, 12 Mar 2018 14:46:33 +0100
cross-toolchain-base (22) unstable; urgency=medium
* Build using glibc 2.26-2. Addresses: #886315.
* Build using gcc 7.2.0-19.
* Build using binutils 2.29.1-13.
* Add support for ia64. Addresses: #886175.
* dpkg-cross: Add fixes for mipsr6 and n32 (YunQiang Su). Addresses: #886312.
-- Matthias Klose <doko@debian.org> Sun, 07 Jan 2018 23:46:19 +0100
cross-toolchain-base (21) unstable; urgency=medium
* Build using gcc 6.4.0-11.
* Build using glibc 2.25-3.
* Build using linux 4.14.2-1.
* Build using binutils 2.29.1-10.
* Update dpkg-cross for mips* targets. Closes: #883189.
-- Matthias Klose <doko@debian.org> Thu, 07 Dec 2017 07:59:56 +0100
cross-toolchain-base (20) unstable; urgency=medium
* Build using gcc 6.4.0-10.
* Build using glibc 2.25-1. Closes: #882168.
* Build using linux 4.13.13-1.
* Update build dependencies. Closes: #881618.
* Add support for a plethora of mips r6 targets (YunQiang Su).
* Update dpkg-cross. Addresses #881687.
-- Matthias Klose <doko@debian.org> Sun, 19 Nov 2017 23:02:17 +0100
cross-toolchain-base (19) unstable; urgency=medium
* Build using binutils 2.29.1-1, using the standard debian targets.
* Build using gcc 6.4.0-7.
* Build using linux 4.12.13-1.
* Build using glibc 2.24-17.
-- Matthias Klose <doko@debian.org> Wed, 20 Sep 2017 16:26:16 +0200
cross-toolchain-base (18) unstable; urgency=medium
* Fix build for i386 hosts. Closes: #860687.
* Build using binutils 2.28-5.
* Build using linux 4.9.25.
* Build using gcc 6.3.0-18.
-- Matthias Klose <doko@debian.org> Mon, 15 May 2017 21:01:45 -0700
cross-toolchain-base (17) unstable; urgency=medium
* Build using linux 4.9.13.
-- Matthias Klose <doko@debian.org> Wed, 01 Mar 2017 18:07:10 +0100
cross-toolchain-base (16) unstable; urgency=medium
* Build using linux 4.9.10.
-- Matthias Klose <doko@debian.org> Thu, 23 Feb 2017 16:35:10 +0100
cross-toolchain-base (15) unstable; urgency=medium
* Build using gcc 6.3.
* Build using binutils 2.27.90.
* Build using linux 4.9.
* Inject the libc-dev dependency on linux-libc-dev.
* Mark all packages as Multi-Arch: foreign.
-- Matthias Klose <doko@debian.org> Thu, 19 Jan 2017 11:27:27 +0100
cross-toolchain-base (14) unstable; urgency=medium
* Fix glibc build failure. Closes: #844866.
-- Matthias Klose <doko@debian.org> Sun, 20 Nov 2016 13:18:43 +0100
cross-toolchain-base (13) unstable; urgency=medium
* Build using linux 4.8.
* Build using binutils 2.27.51.
* Stop building powerpc binary packages from this source.
-- Matthias Klose <doko@debian.org> Fri, 04 Nov 2016 12:48:23 +0100
cross-toolchain-base (12) unstable; urgency=medium
* Build using linux 4.7.
* Build using binutils 2.27.
* Build using gcc 6.2. Closes: #835944.
* Build using glibc 2.24.
-- Matthias Klose <doko@debian.org> Thu, 01 Sep 2016 21:27:44 +0200
cross-toolchain-base (11) unstable; urgency=medium
* Build using linux 4.6.
* Build using binutils 2.26.1.
* Build using gcc 5.4.
-- Matthias Klose <doko@debian.org> Mon, 04 Jul 2016 11:29:56 +0200
cross-toolchain-base (10) experimental; urgency=medium
* Fix builds with binutils 2.26.
* Fix builds with glibc 2.23. Closes: #820678.
* Build using GCC 5.
-- Matthias Klose <doko@debian.org> Thu, 14 Apr 2016 22:23:22 +0200
cross-toolchain-base (9) unstable; urgency=medium
* Fix release version generation for the -ports source package.
* Let glibc's shlibs file generate dependencies on the target architecture.
* Parallelize the dpkg-cross and re-packaging steps.
* Update kernel tools build dependencies. Closes: #811188.
-- Matthias Klose <doko@debian.org> Thu, 21 Jan 2016 17:01:42 +0100
cross-toolchain-base (8) unstable; urgency=medium
* Fix builds with binutils 2.25.51.x.
* Fix builds with glibc 2.21.
* Update to enable builds on alpha, hppa, m68k, ppc64, sh4, sparc and
sparc64.
-- Matthias Klose <doko@debian.org> Wed, 02 Dec 2015 18:44:46 +0100
cross-toolchain-base (7) unstable; urgency=medium
* Update glibc patches. Closes: #802062.
-- Matthias Klose <doko@debian.org> Thu, 29 Oct 2015 18:14:21 +0100
cross-toolchain-base (6) unstable; urgency=medium
* Build packages for s390x.
-- Matthias Klose <doko@debian.org> Fri, 04 Sep 2015 14:16:44 +0200
cross-toolchain-base (5) unstable; urgency=medium
* Add build conflicts on libc6-amd64, libc6-i386, libc6-x32.
* Call gzip with -n for reproducible builds.
* Build using GCC 4.9.3.
-- Matthias Klose <doko@debian.org> Thu, 02 Jul 2015 12:11:55 +0200
cross-toolchain-base (4) unstable; urgency=medium
[ Matthias Klose ]
* Allow one to to build -dbg packages.
[ YunQiang Su ]
* Add support to build packages for mips, mipsel, mips64, mips64el.
Building packages for mips64, mips64el disabled by default.
-- Matthias Klose <doko@debian.org> Sun, 31 May 2015 13:34:25 +0200
cross-toolchain-base (3) unstable; urgency=medium
[ Dimitri Ledkov ]
* Bootstrap linux for multiple architectures.
[ Matthias Klose ]
* Bootstrap glibc/gcc for multiple architectures.
* Add Built-Using attributes.
* Rename changelog in the kernel header packages and install the
cross-toolchain-base changelog.
* Initial upload. Closes: #784077.
-- Matthias Klose <doko@debian.org> Wed, 13 May 2015 10:38:50 +0200
powerpc-cross-toolchain-base (1.2) utopic; urgency=medium
[ Matthias Klose ]
* Build using the glibc source package.
* Update the multilib build for glibc.
[ Adam Conrad ]
* Sync with arm64 packaging.
* install-stubs.patch: Install glibc stub headers for the stage1 build.
-- Matthias Klose <doko@ubuntu.com> Thu, 23 Oct 2014 16:06:25 +0200
powerpc-cross-toolchain-base (1.1) trusty; urgency=medium
* Bump eglibc to 2.19.
* Refresh eglibc patches.
* Add rsync, xmlto build-dep.
* Build-depend on libcloog-isl-dev instead of libcloog-ppl-dev.
* Regenerate debian/control.
-- Matthias Klose <doko@ubuntu.com> Wed, 26 Feb 2014 08:08:24 +0100
powerpc-cross-toolchain-base (1.0) trusty; urgency=low
* Bump eglibc to 2.18.
* Bump gcc to 4.8.
* Explicitly use /dev/null as quilt config file.
* Drop not-needed any more binutils-version.diff gcc overlay patch
* Remove binutils-gold build-conflict, and regenerate control.
* Refresh eglibc/ubuntu/disable-selinux.patch.
* Add symlinks and rdfind build-dependency.
* Speed up build, by building eglibc in parallel.
* Remove Marcin Juszkiewicz from maintainers, thanks a lot for your
awesome work and good luck on the Red side ;-)
* Bump linux-source to 3.12.
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 20 Dec 2013 01:12:44 +0000
powerpc-cross-toolchain-base (0.9) raring; urgency=low
* Drop gcc-4.7/no-shlibdeps-for-stages.diff, not needed with new glibc.
-- Adam Conrad <adconrad@ubuntu.com> Fri, 08 Feb 2013 14:15:01 -0700
powerpc-cross-toolchain-base (0.8) raring; urgency=low
* Bump eglibc to 2.17.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 08 Feb 2013 20:41:54 +0000
powerpc-cross-toolchain-base (0.7) raring; urgency=low
* Don't call dh_shlibdeps for the libgcc packages; the packages are
just unpacked for the following glibc build, the dependency information
is not needed. The build fails otherwise on i386 (succeeds on amd64).
-- Matthias Klose <doko@ubuntu.com> Sat, 12 Jan 2013 20:24:27 +0100
powerpc-cross-toolchain-base (0.6) raring; urgency=low
* Remove LD_LIBRARY_PATH settings for gcc builds.
-- Matthias Klose <doko@ubuntu.com> Sat, 12 Jan 2013 03:41:26 +0100
powerpc-cross-toolchain-base (0.5) raring; urgency=low
* Set WITH_SYSROOT for GCC builds.
-- Matthias Klose <doko@ubuntu.com> Sat, 12 Jan 2013 02:18:49 +0100
powerpc-cross-toolchain-base (0.4) raring; urgency=low
* Bump b-d on linux source to 3.8.
-- Matthias Klose <doko@ubuntu.com> Fri, 11 Jan 2013 22:02:08 +0100
powerpc-cross-toolchain-base (0.2) raring; urgency=low
* Merge packaging with armhf-cross-toolchain-base 1.94.
-- Matthias Klose <doko@ubuntu.com> Fri, 11 Jan 2013 14:59:10 +0100
powerpc-cross-toolchain-base (0.1) raring; urgency=low
* Initial package, based on armhf-cross-toolchain-base 1.93.
* Don't try to build libc6-prof packages.
-- Matthias Klose <doko@ubuntu.com> Fri, 14 Dec 2012 10:11:41 +0100
|