Subject: Re: Compiling NetBSD with another compiler.
To: Anders Magnusson <ragge@ludd.ltu.se>
From: Aleksey Cheusov <cheusov@tut.by>
List: tech-userlevel
Date: 10/11/2007 21:30:31
>> 0 ~>cat test.c
>> #include <stdint.h>
>>
>> int a;
>> 0 ~>pcc -c -o test.o test.c
>> /usr/include/sys/cdefs.h:254: error: "No function renaming possible"
>>
>> 1 ~>NetBSD chen.chizhovka.net 4.0_RC2 NetBSD 4.0_RC2 (GENERIC) #1: Thu Oct 4 21:42:48 EEST 2007 cheusov@chen.chizhovka.net:/srv/src/sys/arch/i386/compile/GENERIC i386
>> 0 ~>
>>
> I have added that functionality to the -current cdefs.h, but I didn't
> request a pullup for 4.0.
I whould be great to see pcc, lcc and tcc workable in NetBSD 4 release.
Can you backport all these changes to NetBSD-4 branch?
BTW. Can anybody explain what does "function renaming" mean
any why it is used in NetBSD?
--
Best regards, Aleksey Cheusov.