Procházet zdrojové kódy

ops, do not activate the additional languages by default

Ralf S. Engelschall před 22 roky
rodič
revize
f2bb5b86be
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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