]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
other/119510 - use --enable-languages=default,cobol for release tarballs
authorRichard Biener <rguenther@suse.de>
Fri, 28 Mar 2025 14:20:16 +0000 (15:20 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 28 Mar 2025 14:38:17 +0000 (15:38 +0100)
The following adds cobol to the set of languages built during release
tarball building so the bison and flex generated sources for cobol
are included in the tarball.

PR other/119510
maintainer-scripts/
* gcc_release: Use --enable-languages=default,cobol
when building generated files.

maintainer-scripts/gcc_release

index 42bb7f68f17125a49afc0cc70ab2fdbbe61c342b..471a10cc39e4044ed04778979ae93230a30df680 100755 (executable)
@@ -267,7 +267,7 @@ EOF
       esac
     fi
     contrib/gcc_build -d ${SOURCE_DIRECTORY} -o ${OBJECT_DIRECTORY} \
-      -c "--enable-generated-files-in-srcdir --disable-multilib" \
+      -c "--enable-languages=default,cobol --enable-generated-files-in-srcdir --disable-multilib" \
       -m "-j$num_cpus" build || \
       error "Could not rebuild GCC"
   fi