This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure in targhooks.c
Rainer Orth writes:
> Unfortunately, mainline doesn't currently bootstrap for me with /bin/ksh on
> Solaris 8, and I cannot currently see what's wrong there:
>
> checking for main in -lunwind... no
> /vol/gnu/src/gcc/gcc-dist-current/gcc/configure[5131]: syntax error at line 74 : `newline or ;' unexpected
> make: *** [configure-gcc] Error 1
found it: a superfluous newline in config.host: committed as obivous.
Rainer
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University
Wed Sep 24 00:24:41 2003 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config.host: Removed superfluous newline.
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.1133
diff -u -p -r2.1133 ChangeLog
--- ChangeLog 23 Sep 2003 21:51:35 -0000 2.1133
+++ ChangeLog 23 Sep 2003 22:27:01 -0000
@@ -1,3 +1,7 @@
+2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config.host: Removed superfluous newline.
+
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Use ${target}, not $machine.
Index: config.host
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.host,v
retrieving revision 2.3
diff -u -p -r2.3 config.host
--- config.host 23 Sep 2003 18:52:45 -0000 2.3
+++ config.host 23 Sep 2003 22:27:01 -0000
@@ -70,8 +70,7 @@ case ${host} in
| i[34567]86-sequent-sysv[123]* \
| i[34567]86-go32-* \
| i[34567]86-*-go32* \
- | vax-*-vms*
- )
+ | vax-*-vms*)
echo "*** Configuration for host ${host} not supported" 1>&2
exit 1
;;