On Fri, 8 Jul 2005 23:38:06 +0200 Adam Lackorzynski <adam@os.inf.tu-dresden.de> wrote:
If I install another GCC version besides the one that comes with the base system one (3.4.4) it will get approximately the same directory layout as on Linux. But the current config magic would probably find / usr/lib/, though.
I changed the path "detection" yesterday. It should work, or not?
Yes, works. Thanks. You may still want to apply the following patch. Index: kernel/fiasco/src/Makeconf.ia32 =================================================================== RCS file: /home/remote-cvs/l4/kernel/fiasco/src/Makeconf.ia32,v retrieving revision 1.19 diff -r1.19 Makeconf.ia32 32c32 < SHARED_FLAGS += -march=i686 $(call CHECKCC,- mtune=pentium-m, ---
SHARED_FLAGS += -march=i686 $(call CHECKCC,- mtune=pentium-m,\
Regards, -- Julian Stecklina LISP has survived for 21 years because it is an approximate local optimum in the space of programming languages. - John McCarthy (1980)