summaryrefslogtreecommitdiffstats
path: root/rules/gcclibs.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-11-08 20:20:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-11-08 20:20:33 +0000
commitcba4d724d0c566d1a3b366e4790ab92454c31b0a (patch)
treee8f40be81666545c1de777b64f93679c7a8c062d /rules/gcclibs.in
parent4aee37bbbeecb73038b0461d586e6fed60c13a16 (diff)
downloadptxdist-cba4d724d0c566d1a3b366e4790ab92454c31b0a.tar.gz
ptxdist-cba4d724d0c566d1a3b366e4790ab92454c31b0a.tar.xz
first checkin
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2002 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gcclibs.in')
-rw-r--r--rules/gcclibs.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/gcclibs.in b/rules/gcclibs.in
new file mode 100644
index 000000000..7f7379f8d
--- /dev/null
+++ b/rules/gcclibs.in
@@ -0,0 +1,21 @@
+#
+# rules/gcclibs.in
+#
+
+menu "GCC Libraries "
+
+config GCCLIBS
+ bool "gcc language support libraries"
+ default n
+
+config GCCLIBS_CXX
+ bool "libstdc++"
+ depends on GCCLIBS
+ default n
+
+config GCCLIBS_GCC
+ bool "libgcc"
+ depends on GCCLIBS
+ default n
+
+endmenu