From owner-freebsd-mips@freebsd.org Wed May 24 06:13:02 2017 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC11CD7B3FF for ; Wed, 24 May 2017 06:13:02 +0000 (UTC) (envelope-from 179610783@qq.com) Received: from smtpbgbr2.qq.com (smtpbgbr2.qq.com [54.207.22.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF8D1F6D for ; Wed, 24 May 2017 06:13:00 +0000 (UTC) (envelope-from 179610783@qq.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1495606369; bh=+0arDxymIQxLzhsZ49+EafhZ4oZfN/vJ0iirWUqSjtc=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type; b=vQSWQwTC7whcnz2QMXxBaEWaqyJQxkN36/sdNlC1d4kxZoK6q6SA7o1S5KBnEY/CZ BwkB20DmE+TlPRGR2xJ9oHk26nlrhFPJvlxL4kiN8nthEplOQF+Wk9XUcY6C03ND1t 5EXsaVOJy4YyUFWTgGFEd/GTc35XKSPAxGQ62cSg= X-QQ-mid: esmtp27t1495606367tq3k1bmgy Received: from [10.105.12.161] (unknown [221.0.94.223]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Wed, 24 May 2017 14:12:47 +0800 (CST) X-QQ-SSF: 01000000000000F0F4200800000000N X-QQ-FEAT: GSOvRtudih5XTsS7O6f6n0PAigWLS41QtwHYXmTuwTzRuRl6QZClTerfrshXO qCrHj7NzwQ2O6X4V5lrKUYgb5YIHVvg8TwyADmIXEtc15SZgExyOO4GV3PjUARv1D3SMq5s GXFU39ylKm1N0oJmvJtunGr+9xpzi5DPD0vlFsyq6EpGfWuROw6zTxCDqJYN4rkEf+IguZ9 8EqKbuPMgXFfPk0+sPPBxBy5pQtwdcgGXsR5l72I0YKOdRNgaxM/5xFBqOwswD3fV71YbSF /Ikb1BRjo7x3T90Vh14V624gE= X-QQ-GoodBg: 0 To: "freebsd-mips@freebsd.org" From: =?UTF-8?B?5LqO5ZaE5Lyf?= <179610783@qq.com> Subject: unknown directive: .gnu_attribute 4, 0 Message-ID: <12c5d02a-6644-bce5-dc93-57ae393a2208@qq.com> Date: Wed, 24 May 2017 14:13:07 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:qq.com:bgforeign:bgforeign1 X-QQ-Bgrelay: 1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 06:13:03 -0000 cc -target mipsel-unknown-freebsd12.0 --sysroot=/home/ysw/obj/mips.mipsel/usr/home/ysw/freebsd12/tmp -B/home/ysw/obj/mips.mipsel/usr/home/ysw/freebsd12/tmp/usr/bin -O -pipe -I/usr/home/ysw/freebsd12/lib/csu/common -I/usr/home/ysw/freebsd12/lib/libc/include -G0 -EL -mabi=32 -msoft-float -MD -MF.depend.crti.o -MTcrti.o -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/home/ysw/freebsd12/lib/csu/mips/crti.S -o crti.o /usr/home/ysw/freebsd12/lib/csu/mips/crti.S:4:2: error: unknown directive .gnu_attribute 4, 0 ^ *** Error code 1 this line added in: https://svnweb.freebsd.org/base/head/lib/csu/mips/crti.S?r1=205112&r2=308712