tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --t


From: Michael Matz
Subject: Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup"
Date: Thu, 20 Oct 2016 17:23:16 +0200 (CEST)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hello Christian,

On Wed, 19 Oct 2016, Christian Jullien wrote:

> x86_64:
> $ uname -m
> amd64
> $ gcc --print-file-name=crt1.o
> /usr/lib/crt1.o
> $ find /usr -name crt1.o
> /usr/lib32/crt1.o
> /usr/lib/crt1.o

Aha!  So they chose the opposite way to the linuxes.  Okay, that helps, 
thanks.  Can you verify that

% gcc -m32 --print-file-name=crt1.o

gives /usr/lib32/crt1.o ?


Ciao,
Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]