blob: 67af86bbd5665adef282a0dc014b81697bbfc5de [file] [log] [blame]
Using built-in specs.
COLLECT_GCC=bin/aarch64-linux-android-gcc
COLLECT_LTO_WRAPPER=/ssd/aosp_flounder-userdebug/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/../libexec/gcc/aarch64-linux-android/4.9.x-google/lto-wrapper
Target: aarch64-linux-android
Configured with: /tmp/AOSP/toolchain/build/../gcc/gcc-4.9/configure --prefix=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt --target=aarch64-linux-android --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/ssd/ndkbuild/build/temp-install --with-mpfr=/ssd/ndkbuild/build/temp-install --with-mpc=/ssd/ndkbuild/build/temp-install --with-cloog=/ssd/ndkbuild/build/temp-install --with-isl=/ssd/ndkbuild/build/temp-install --with-ppl=/ssd/ndkbuild/build/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --enable-initfini-array --disable-nls --prefix=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt --with-sysroot=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.9 --with-gdb-version=none --with-gxx-include-dir=/ssd/ndkbuild/tmpdir/toolchains/linux-x86_64/aarch64-linux-android-4.9/prebuilt/include/c++/4.9 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-ld=default --enable-threads --enable-eh-frame-hdr-for-static --enable-fix-cortex-a53-835769 --enable-graphite=yes --with-isl-version=0.11.1 --with-cloog-version=0.18.0 --program-transform-name='s&^&aarch64-linux-android-&' --enable-gold
Thread model: posix
gcc version 4.9.x-google 20150123 (prerelease) (GCC)
gcc:
commit a8c075f72b231c37823661ba0d7d082a21cd39d9
Author: Dan Albert <danalbert@google.com>
Date: Tue Oct 13 16:28:19 2015 -0700
Remove gcc-4.8.
Change-Id: Iee9c6985c613f58c82e33a91722d371579eb290f
binutils:
commit 21947aa23cb8a568fc4a7cd2755227230e9fc4e1
Author: Han Shen <shenhan@google.com>
Date: Thu Jul 9 15:55:55 2015 -0700
Use "gold_info" instead of "gold_warning" for erratum fix.
gold/ChangeLog:
* aarch64.cc (Target_aarch64::scan_erratum_843419_span): Use 'gold_info'.
(Target_aarch64::scan_erratum_835769_span): USe 'gold_info'.
(cherry picked from commit 73854cdd438dc8858290231ebcb682377d71fec2)
build:
commit 5f349ca282b0d3f41740c8742ff66077ca7b67c4
Author: Than McIntosh <thanm@google.com>
Date: Fri Sep 18 16:48:22 2015 -0400
Fix selected issues with non-4.9 gcc builds
Fix some issues that crop up when using build-gcc.sh on post-4.9
versions of GCC (for triage/bug-reproduction purposes): trunk gcc
calls isl directly, no longer through "cloog", and requires updated
version of ISL. Resulting build still fails compiling libatomic,
however the cross compiler itself is still usable.
Change-Id: Ieff549580777a01891ed62b59ff97db610eae42b
cloog:
commit 604793eab97d360aef729f064674569ee6dbf3e1
Author: Dan Albert <danalbert@google.com>
Date: Wed Jun 17 22:04:32 2015 -0700
Delete old versions of cloog.
Change-Id: Ic3dcd5486884b96340ed3c7d029e3204dbfec8d9
expat:
commit 40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5
Author: Jing Yu <jingyu@google.com>
Date: Wed Feb 15 16:16:33 2012 -0800
expat package for building gdb-7.3
Change-Id: Ia89f7f620935c3af8589fb220016e6bd940f46f1
gdb:
commit ba1cb2b1ec5d1b85f4218fd0d4ac013c72834aa9
Author: Josh Gao <jmgao@google.com>
Date: Tue Oct 13 17:02:07 2015 -0700
Don't use readlink to find gdb's location.
readlink isn't in POSIX, and the one available in on OS X does not
support the -f option. Use $(cd $(dirname $0) && pwd) instead.
Bug: http://b/24776250
Change-Id: Ia3b42b4cecd0b39d4dd5af15b2afe9bb1da6893a
gmp:
commit b2acd5dbf47868ac5b5bc844e16d2cadcbd4c810
Author: Dan Albert <danalbert@google.com>
Date: Wed Jun 17 22:16:40 2015 -0700
Remove old versions of gmp.
Change-Id: I1d147eae794b0a19316bd782f5efb7c8a23da863
isl:
commit 0ccf95726af8ce58ad61ff474addbce3a31ba99c
Author: Than McIntosh <thanm@google.com>
Date: Fri Sep 18 16:47:53 2015 -0400
Fix selected issues with non-4.9 gcc builds
Fix some issues that crop up when using build-gcc.sh on post-4.9
versions of GCC (for triage/bug-reproduction purposes): trunk gcc
calls isl directly, no longer through "cloog", and requires updated
version of ISL. Resulting build still fails compiling libatomic,
however the cross compiler itself is still usable.
Change-Id: Ic78cfa8faca9ffc0f095cca0753fd5838c65690f
mpc:
commit 835d16e92eed875638a8b5d552034c3b1aae045b
Author: Andrew Hsieh <andrewhsieh@google.com>
Date: Tue Dec 25 13:52:02 2012 +0800
add mpc-1.0.1.tar.gz
Change-Id: I95012e11d56b20cf9fc2a2e307a3f346195e7d3a
mpfr:
commit de979fc377db766591e7feaf052f0de59be46e76
Author: Dan Albert <danalbert@google.com>
Date: Wed Jun 17 22:08:27 2015 -0700
Remove old versions of mpfr.
Change-Id: If4cb73f8131818e422c69ba477cabf091c7dae7f
ppl:
commit 979062d362bc5a1c00804237b408b19b4618fb24
Author: Dan Albert <danalbert@google.com>
Date: Thu Jun 18 15:57:49 2015 -0700
Revert "Remove old version of ppl."
Depsite not being used, some of the configure scripts still check that
it exists... Revert for now and I'll clean up later.
This reverts commit c4d3042b86063d51e9d4f51fcad1416f765bb5a2.
python:
commit 5d4afafe362cfabf6c4783a11c4c80df5afa1e1f
Author: Dan Albert <danalbert@google.com>
Date: Fri Aug 28 16:48:41 2015 -0700
Refactor to use build_support.
Change-Id: I2ae8a9b093e57e8898a9e6851839a340cc12fae7
sed:
commit 45df23d6dc8b51ea5cd903d023c10fd7d72415b9
Author: Elliott Hughes <enh@google.com>
Date: Fri Jul 10 13:40:42 2015 -0700
Commit sed-4.2.2.
Downloaded from http://ftp.gnu.org/gnu/sed/ and extracted verbatim.
Needed to build Mac GCCs for mips/mips64 --- the BSD sed doesn't
supported extended regex alternate syntax \(a\|b\). It will understand
sed -E "(a|b)" with the escapes removed, but that's not what's in the
configure file.
Bug: http://b/22099482
Change-Id: Iec036ab35497a957fe462de1d4fdc326e7df5844
yasm:
commit c78ebe9a44cf69c46fd4e3185fef62e567b5ad4a
Author: Dan Albert <danalbert@google.com>
Date: Fri Aug 28 16:49:04 2015 -0700
Refactor to use build_support.
Change-Id: Ie8b02b50a537c12806442dff529f1c7d755a93f0