On Mon, 11 Jul 2005 15:51:09 +0200 Julian Stecklina <der_julian@web.de> wrote:
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,\
Damn copy'n'paste, damn line indentation... I just wanted to say that there is still the '\' missing in the Pentium-M section of this Makefile. 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)