Lines Matching +full:gcc +full:- +full:i686 +full:- +full:linux +full:- +full:gnu
6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 . $srcdir/test-subr.sh
20 if ! grep -q -F '#define _FILE_OFFSET_BITS' ${abs_top_builddir}/config.h; then
31 # Built for Linux i686, without setting _FILE_OFFSET_BITS.
32 # $ gcc -m32 -O2 nolfs.c -o testfile-nolfs
33 testfiles testfile-nolfs
42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols")
45 make print-$1 -C $2 |& gawk -F= "/^$1=/{ print \$2 }"
50 if [ -e "$1" ]; then
51 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | gawk "$LFS")
52 if [ -n "$bad" ]; then
53 echo "$1 contains non-lfs symbols:" $bad
62 echo First sanity-check that LFS detection works.
64 testrun_lfs ./testfile-nolfs
65 if [ $exit_status -eq 0 ]; then
66 echo "Didn't detect any problem with testfile-nolfs!"