summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-18 15:46:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-18 15:46:33 +0000
commitd7f3b91d1e25c7b60bfeea40a8b342e564139d26 (patch)
tree09a8c554a8fc20251bf6144201a5258728034d86
parentReflect changes to mkspec.in. (diff)
downloadrtems-d7f3b91d1e25c7b60bfeea40a8b342e564139d26.tar.bz2
Document --with/--without.
-rw-r--r--scripts/gccnewlib/header.add12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/gccnewlib/header.add b/scripts/gccnewlib/header.add
index 55042d2cbf..c9704743e4 100644
--- a/scripts/gccnewlib/header.add
+++ b/scripts/gccnewlib/header.add
@@ -1,4 +1,14 @@
#
# spec file for building gcc for rtems
#
-# Copyright (c) 1999,2000,2001,2002,2003 OARCorp, Huntsville, AL
+# supported --with/--without options:
+# --with sources build src.rpm instead of nosrc.rpm
+#
+# --with fortran force building fortran
+# --with objc force building objc
+# --with cxx force building cxx
+#
+# --without fortran suppress building fortran
+# --without objc suppress building objc
+# --without cxx suppress building cxx
+#