commit-hurd
[Top][All Lists]
Advanced

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

gnumach Makefile.in


From: Roland McGrath
Subject: gnumach Makefile.in
Date: Sat, 09 Nov 2002 21:06:25 -0500

CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Changes by:     Roland McGrath <address@hidden> 02/11/09 21:06:25

Modified files:
        .              : Makefile.in 

Log message:
        2002-11-09  Roland McGrath  <address@hidden>
        
        * Makefile.in (clib-routines.o): Add `-x none' before -lc.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnumach/gnumach/Makefile.in.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: gnumach/Makefile.in
diff -u gnumach/Makefile.in:1.35 gnumach/Makefile.in:1.36
--- gnumach/Makefile.in:1.35    Sat Jul 20 01:24:21 2002
+++ gnumach/Makefile.in Sat Nov  9 21:06:25 2002
@@ -304,7 +304,7 @@
 clib-routines.o: kernel-clib
        $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -static \
              -o $@ \
-             `sed 's/^/-Wl,-u,/' $<` -x c /dev/null -lc
+             `sed 's/^/-Wl,-u,/' $<` -x c /dev/null -x none -lc
 
 oskit-kern%.o: kern%.o clib-routines.o
        $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \




reply via email to

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