Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gcc/gcc backout part of rev1.6: don't set machine_s...
details: https://anonhg.NetBSD.org/src/rev/fbd5f33933a5
branches: trunk
changeset: 558878:fbd5f33933a5
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 01 07:36:59 2004 +0000
description:
backout part of rev1.6: don't set machine_suffix and just_machine_suffix
in NETBSD_NATIVE mode. from enami.
diffstat:
gnu/dist/gcc/gcc/gcc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 120727cc9222 -r fbd5f33933a5 gnu/dist/gcc/gcc/gcc.c
--- a/gnu/dist/gcc/gcc/gcc.c Mon Mar 01 07:27:18 2004 +0000
+++ b/gnu/dist/gcc/gcc/gcc.c Mon Mar 01 07:36:59 2004 +0000
@@ -6066,8 +6066,6 @@
machine_suffix = concat (spec_machine, dir_separator_str,
spec_version, dir_separator_str, NULL);
just_machine_suffix = concat (spec_machine, dir_separator_str, NULL);
-#else
- machine_suffix = just_machine_suffix = "";
#endif /* NETBSD_NATIVE */
specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, 0);
Home |
Main Index |
Thread Index |
Old Index