Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!inquo!in-news.erinet.com!izzy.net!aanews.merit.net!imci3!imci4!newsfeed.internetmci.com!howland.reston.ans.net!nctuccca.edu.tw!news.cc.nctu.edu.tw!news.csie.nctu.edu.tw!archi1!simon From: simon@archi1.ee.ntu.edu.tw (Lin Jen-Chiun CS R84) Newsgroups: comp.unix.bsd.freebsd.misc Subject: How to compile gas? Date: 29 Apr 1996 03:14:18 GMT Organization: Dept. Comp. Sci. & Info. Eng., Chiao-Tung Univ., Taiwan Lines: 13 Message-ID: <4m1c6a$8os@news.csie.nctu.edu.tw> NNTP-Posting-Host: simon%@archi1.ee.ntu.edu.tw X-Newsreader: TIN [version 1.2 PL2] I compiled gcc2.7.2 and g++2.7.2 and libg++2.7.1. In some cases, g++ will generate assembly code that /usr/bin/as cannot assemble (e.g. 'pseudo-op .weak'). So I want to compile new as(gas). I read the README of gas distribution and find that it does not support freebsd platform (only 386bsd). What should I do to compile gas under freebsd? And, by the way, can I recompile gcc such that it will work with the original /usr/bin/as? Thanks a lot.