aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-06-27 14:22:17 +0000
committerDan Nicolaescu <[email protected]>2008-06-27 14:22:17 +0000
commitd6bf1bdb87570d9864ce9f6907c1be94d67c18a7 (patch)
tree5cd98756c52f3d2f095fc513d3184ca091f0f095 /src
parentcdc5b68f33dd04ee15a92d6d6851bde3e5240f3b (diff)
Fix previous change: keep the correct branch of a
removed #if.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/usg5-4.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 867b0fb1cb..e2f0230329 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-27 Dan Nicolaescu <[email protected]>
+
+ * s/usg5-4.h: Fix previous change: keep the correct branch of a
+ removed #if.
+
2008-06-26 Juanma Barranquero <[email protected]>
Eli Zaretskii <[email protected]>
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 79cc10ac03..87f7f384eb 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -171,8 +171,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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 */