-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

  I found out recently that with just the gcc-core and
gcc-g++ files, bootstrapping with --enable-languages=c,c++
fails since "gcc/objcp" was being processed without
Objective C front-end and runtime files being there in
the source tree.

I think something like the following patch should be applied
to the gcc_release script - I'm not submitting this as a
formal patch since I don't know how to use this script
and I just use the variables defined by it (JAVA_DIRS,
TESTSUITE_DIRS, etc.) to create a reduced snapshot of GCC
sources for myself.
- -------------------------- 8< --------------------------
Index: gcc_release
===================================================================
- --- gcc_release       2006-06-05 17:45:51.000000000 +0530
+++ gcc_release 2006-06-05 17:46:19.000000000 +0530
@@ -581,5 +581,5 @@ FORTRAN_DIRS="gcc/f libf2c"
 FORTRAN95_DIRS="gcc/fortran libgfortran"
 JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"
- -OBJECTIVEC_DIRS="gcc/objc libobjc"
+OBJECTIVEC_DIRS="gcc/objc gcc/objcp libobjc"
 TESTSUITE_DIRS="gcc/testsuite"

- -------------------------- 8< --------------------------
Thanks,
Ranjit.

- --
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://rmathew.com/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEhCJwYb1hx2wRS48RAh23AJsEX55xF9UEisIniv6ziNKDdNfcOQCggm52
oTB8a8hjV+o/MW3KBZ+oUvA=
=mRde
-----END PGP SIGNATURE-----

Reply via email to