From owner-freebsd-toolchain@FreeBSD.ORG Fri Aug 3 11:36:32 2012 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4905106566B for ; Fri, 3 Aug 2012 11:36:32 +0000 (UTC) (envelope-from pete.chou@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8168FC0A for ; Fri, 3 Aug 2012 11:36:31 +0000 (UTC) Received: by qaat11 with SMTP id t11so2220748qaa.13 for ; Fri, 03 Aug 2012 04:36:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=iGZJt13Mih4hmrgTz39FLTQ/FZzzNA5AaLmhniPnNOw=; b=YXTtwxQyL5zh+1eFatKQsWiN/zsgg6T+32tq262RlMUs3X81AgLUwWHPsnpv2CZXqN Jb1JK37BxazOd/aoIwPm3RQwoNY8X0nQ1yrZFyn5BDwbdIb4Ga9eCy1E4624A1371ejh NoSaq6trEe9yFn6HiAw7d4jb4ddYRW93SgG+Iw1Xp/TlqHJgY3mnCObFjfHTNW1mB9qr 7OpnejLYAZbUys77YSYhScbCbFa+2t6yd728sqm7FIULRiZevN3OZgo5uX/CrjjNd4mb pMgLxRAYDlsrwAn/b8BicqpJVq0uWcVK+73g9V+6jh7HNNuEAUATmbNjHGCv7quZuoRt fV4Q== Received: by 10.224.176.197 with SMTP id bf5mr2065334qab.41.1343993791214; Fri, 03 Aug 2012 04:36:31 -0700 (PDT) MIME-Version: 1.0 Sender: pete.chou@gmail.com Received: by 10.229.79.82 with HTTP; Fri, 3 Aug 2012 04:36:00 -0700 (PDT) From: pete Date: Fri, 3 Aug 2012 19:36:00 +0800 X-Google-Sender-Auth: yMnRXyOxhqKa9xzApWDI94ZAV28 Message-ID: To: freebsd-toolchain@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: BSD archive file formats X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 11:36:32 -0000 Hi folks, I'm working on archive file format support in MCLinker project. GNU variant archive format is supported in MCLinker now. And from FreeBSD man pages, I can find there are some differences between BSD and GNU variants. However, when I try to check BSD variant on freebsd9 (i386), I can only find GNU variant archive files. And if using "ar" to make an archive file on freebsd9, I still get a GNU variant one. So, I would like to ask if BSD variant supported/existing in BSD system. Or I missed something in configuring or others? I'm new to BSD. Any information will be helpful! Thanks, Pete