diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-02-23 18:51:41 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2015-02-23 18:51:41 +0100 |
commit | b6530d0a506320afa4703f2498914f100e51716b (patch) | |
tree | 4583c6709c4427fe5c5572b9bf1f951222dc68fc /config/mh-mingw | |
parent | b0eb429dd8b01800aec906c8f901707627fea7f3 (diff) | |
download | gcc-b6530d0a506320afa4703f2498914f100e51716b.zip gcc-b6530d0a506320afa4703f2498914f100e51716b.tar.gz gcc-b6530d0a506320afa4703f2498914f100e51716b.tar.bz2 |
[PR target/65181] nvptx libgcc: Prevent building "advanced" stuff (for example, gcov support)
When building GCC against a proper newlib sysroot, the libgcc build will
include more than what's built in the -Dinhibit_libc configuration used when
building newlib as part of the GCC build process. See the inhibit_libc logic
in gcc/configure.ac.
To avoid...
ptxas _gcov_indirect_call_topn_profiler.o, line 101; error : Type or alignment of argument does not match formal parameter 'ptr'
ptxas _gcov_indirect_call_topn_profiler.o, line 101; error : Call has wrong number of parameters
ptxas _gcov_indirect_call_topn_profiler.o, line 101; error : Type or alignment of argument does not match formal parameter 'size'
ptxas fatal : Ptx assembly aborted due to errors
nvptx-as: ptxas returned 255 exit status
make[2]: *** [_gcov_indirect_call_topn_profiler.o] Error 1
..., "dumb down" the libgcc build:
libgcc/
PR target/65181
* config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
-Dinhibit_libc.
From-SVN: r220915
Diffstat (limited to 'config/mh-mingw')
0 files changed, 0 insertions, 0 deletions