tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] test failure on Linux


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] test failure on Linux
Date: Wed, 13 Feb 2013 13:36:19 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Le mercredi 13 février 2013 12:12:34, Thomas Preud'homme a écrit :
> Le mardi 12 février 2013 19:28:16, Ramsay Jones a écrit :
> > Also we see:
> >     $ ls -l /usr/lib/crt?.o
> >     -rw-r--r-- 1 root root 2459 2007-04-04 11:31 /usr/lib/crt1.o
> >     -rw-r--r-- 1 root root 2296 2007-04-04 11:31 /usr/lib/crti.o
> >     -rw-r--r-- 1 root root 1824 2007-04-04 11:31 /usr/lib/crtn.o
> >     $
> >     
> > >                                                 Also, can you tell me
> > >                                                 what is
> > > 
> > > the final destination of the symbolic link /lib/ld-linux.so.2?
> > > 
> >     $ ls -l /lib/ld-linux.so.2
> >     lrwxrwxrwx 1 root root 9 2007-06-24 19:44 /lib/ld-linux.so.2 ->
> > 
> > ld-2.5.so* $ ls -l /lib/ld-*.so
> > 
> >     -rwxr-xr-x 1 root root 109268 2007-04-04 11:48 /lib/ld-2.5.so*
> >     $
> 
> I'm working on a patch. Once finished, I'll ask for testing and then we'll
> release.

Here is a first version of the patch. Granted, detecting multiarch at configure 
time and specifying the triplet in tcc.h is better but the result is quite 
ugly for now. The diffstat is as follows:

 Makefile  |   10 +---------
 configure |   12 ++++++++++++
 tcc.h     |   28 ++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 9 deletions(-)

> 
> To be honest I'm tempted to delay the patch after the release since it's
> possible for you to just set crtprefix at configure time and everything
> should work.

Thus still tempted.

Best regards,

Thomas

Attachment: improve_multiarch_detection.diff
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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