Re: local-host tools used during NetBSD xcompilation
Tom Spindler <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
> In the mean time, I suppose it's OK if you continue removing __dead and > similar markers as you find that they cause trouble for you. Once we > have this all fixed properly, we can go back and reinstate the stuff you > had to remove. For your possible amusement, a quick (manually filtered) grep of '^cc' from my build logs: cc -o make-print-version make-print-version.lo (I think this is the one from src/lib/libvers) /bin/sh ../libtool --tag=CC --mode=link cc -O -o file file.o libmagic.la -lz cc -O -o file file.o ./.libs/libmagic.a -lz cc -O -c -o setup.lo.o /home/dogcow/work/nbsrc/games/adventure/setup.c cc -O -o setup setup.lo (both from games/adventure/) cc -O -I/home/dogcow/work/nbsrc/games/boggle/mkdict/../boggle -c -o mkdict.lo.o /home/dogcow/work/nbsrc/games/boggle/mkdict/mkdict.c cc -O -I/home/dogcow/work/nbsrc/games/boggle/mkdict/../boggle -o mkdict mkdict.lo cc -O -I/home/dogcow/work/nbsrc/games/boggle/mkindex/../boggle -c -o mkindex.lo.o /home/dogcow/work/nbsrc/games/boggle/mkindex/mkindex.c cc -O -I/home/dogcow/work/nbsrc/games/boggle/mkindex/../boggle -o mkindex mkindex.lo (boggle) cc -O -c -o strfile.lo.o /home/dogcow/work/nbsrc/games/fortune/strfile/strfile.c cc -O -o strfile strfile.lo (fortune) cc -O -c -o makedefs.lo.o /home/dogcow/work/nbsrc/games/hack/makedefs.c cc -O -o makedefs makedefs.lo (hack) cc -O -c -o initdeck.lo.o /home/dogcow/work/nbsrc/games/monop/initdeck.c cc -O -o initdeck initdeck.lo (monop, which has other horrid sins, too.) cc -O -I/home/dogcow/work/nbsrc/games/phantasia -c -o setup.lo.o /home/dogcow/work/nbsrc/games/phantasia/setup.c cc -O -I/home/dogcow/work/nbsrc/games/phantasia -c -o host_phantglobs.lo.o host_phantglobs.c cc -O -I/home/dogcow/work/nbsrc/games/phantasia -o setup host_phantglobs.lo setup.lo -lm (phantasia) cc -O -c -o dump.lo.o /home/dogcow/work/nbsrc/usr.bin/vi/catalog/dump.c cc -O -o dump dump.lo (vi, heh.) cc -O -c -o genprom.lo.o /home/dogcow/work/nbsrc/sys/arch/i386/stand/genprom/genprom.c cc -O -o genprom genprom.lo (genprom)