浏览代码

ops, do not activate the additional languages by default

Ralf S. Engelschall 22 年之前
父节点
当前提交
f2bb5b86be
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gcc/gcc.spec

+ 3 - 3
gcc/gcc.spec

@@ -43,9 +43,9 @@ Release:      20030822
 
 #   package options
 %option       with_cxx       yes
-%option       with_objc      yes
-%option       with_java      yes
-%option       with_f77       yes
+%option       with_objc      no
+%option       with_java      no
+%option       with_f77       no
 %option       with_optimize  yes
 %option       with_binutils  yes
 %option       with_threads   yes