commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4 ./README physmem/Makefile.am


From: Marcus Brinkmann
Subject: hurd-l4 ./README physmem/Makefile.am
Date: Thu, 18 Sep 2003 11:58:01 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/18 11:58:00

Modified files:
        .              : README 
        physmem        : Makefile.am 

Log message:
        Optimization is now optional.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/README.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/Makefile.am.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: hurd-l4/README
diff -u hurd-l4/README:1.6 hurd-l4/README:1.7
--- hurd-l4/README:1.6  Tue Sep 16 15:24:05 2003
+++ hurd-l4/README      Thu Sep 18 11:58:00 2003
@@ -15,14 +15,12 @@
 
 $ autoreconf -f -i -s
 $ ./configure --enable-maintainer-mode --prefix=/l4
-$ make CFLAGS="-g -O3"
+$ make
 $ make install
 $ mkdir /l4/boot
 $ cp laden/laden /l4/boot
 $ cp wortel/wortel /l4/boot
 $ cp physmem/physmem /l4/boot
-
-Note that use of optimization is mandatory, not optional.
 
 
 Installation
Index: hurd-l4/physmem/Makefile.am
diff -u hurd-l4/physmem/Makefile.am:1.4 hurd-l4/physmem/Makefile.am:1.5
--- hurd-l4/physmem/Makefile.am:1.4     Wed Sep 17 10:22:59 2003
+++ hurd-l4/physmem/Makefile.am Thu Sep 18 11:58:00 2003
@@ -35,4 +35,4 @@
 /* FIXME: Make linkbase configurable.  */
 physmem_LDFLAGS = -u_start -e_start -N -nostdlib -Ttext=0x35000
 
-physmem_LDADD = -lgcc
\ No newline at end of file
+physmem_LDADD = -lgcc ../libc-parts/libc-parts.a




reply via email to

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