# HG changeset patch # User Dan Nicolaescu # Date 1214576537 0 # Node ID 1163f7459d65821cac18a46a126a10b5c56e5a5b # Parent 45e9e9c42e291d42bba239dccc6077a789b66391 Fix previous change: keep the correct branch of a removed #if. diff -r 45e9e9c42e29 -r 1163f7459d65 src/ChangeLog --- a/src/ChangeLog Fri Jun 27 10:34:50 2008 +0000 +++ b/src/ChangeLog Fri Jun 27 14:22:17 2008 +0000 @@ -1,3 +1,8 @@ +2008-06-27 Dan Nicolaescu + + * s/usg5-4.h: Fix previous change: keep the correct branch of a + removed #if. + 2008-06-26 Juanma Barranquero Eli Zaretskii diff -r 45e9e9c42e29 -r 1163f7459d65 src/s/usg5-4.h --- a/src/s/usg5-4.h Fri Jun 27 10:34:50 2008 +0000 +++ b/src/s/usg5-4.h Fri Jun 27 14:22:17 2008 +0000 @@ -171,8 +171,9 @@ #define SIGTYPE void -#define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o -#define LIB_STANDARD -lc /usr/ccs/lib/crtn.o +#define ORDINARY_LINK + +#define LIB_STANDARD /* there are no -lg libraries on this system, and no libPW */