]> sourceware.org Git - systemtap.git/commit
Remove the "-m64" option forr arm64 sdt_misc.exp tests
authorWilliam Cohen <wcohen@redhat.com>
Thu, 29 Jan 2015 17:56:45 +0000 (12:56 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 29 Jan 2015 17:56:45 +0000 (12:56 -0500)
commitf7f57e2ad55c0f9190060f7f7777f14a9f0dfa5e
treec30787a439f1acf14e5d98b9feeabef1727c6783
parent5d81b950c3afaee02bfa663b0e410b20b5a05048
Remove the "-m64" option forr arm64 sdt_misc.exp tests

The arm64 code is always 64-bit, never 32-bit. Tthe gcc compiler does
not have a "-m64" option to force 64-bit code generation for arm64 and
the builds will fail with "-m64" on the command line.  Eliminated the
unwanted option from the sdt_misc.exp tests when running on arm64.
testsuite/systemtap.base/sdt_misc.exp
This page took 0.028573 seconds and 5 git commands to generate.