Explorar el Código

ops, do not activate the additional languages by default

Ralf S. Engelschall hace 22 años
padre
commit
f2bb5b86be
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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