aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14*: add modern gettextArsen Arsenović1-0/+1
This patch updates gettext.m4 and related .m4 files and adds gettext-runtime as a gmp/mpfr/... style host library, allowing newer libintl to be used. This patch /does not/ add build-time tools required for internationalizing (msgfmt et al), instead, it just updates the runtime library. The result should be a distribution that acts exactly the same when a copy of gettext is present, and disables internationalization otherwise. There should be no changes in behavior when gettext is included in-tree. When gettext is not included in tree, nor available on the system, the programs will be built without localization. ChangeLog: PR bootstrap/12596 * .gitignore: Add '/gettext*'. * configure.ac (host_libs): Replace intl with gettext. (hbaseargs, bbaseargs, baseargs): Split baseargs into {h,b}baseargs. (skip_barg): New flag. Skips appending current flag to bbaseargs. <library exemptions>: Exempt --with-libintl-{type,prefix} from target and build machine argument passing. * configure: Regenerate. * Makefile.def (host_modules): Replace intl module with gettext module. (configure-ld): Depend on configure-gettext. * Makefile.in: Regenerate. config/ChangeLog: * intlmacosx.m4: Import from gettext-0.22 (serial 8). * gettext.m4: Sync with gettext-0.22 (serial 77). * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Load gettext's uninstalled-config.sh, or call AM_GNU_GETTEXT if missing. * iconv.m4: Sync with gettext-0.22 (serial 26). contrib/ChangeLog: * prerequisites.sha512: Add gettext. * prerequisites.md5: Add gettext. * download_prerequisites: Add gettext. gcc/ChangeLog: * configure: Regenerate. * aclocal.m4: Regenerate. * Makefile.in (LIBDEPS): Remove (potential) ./ prefix from LIBINTL_DEP. * doc/install.texi: Document new (notable) flags added by the optional gettext tree and by AM_GNU_GETTEXT. Document libintl/libc with gettext dependency. libcpp/ChangeLog: * configure: Regenerate. * aclocal.m4: Regenerate. libstdc++-v3/ChangeLog: * configure: Regenerate.
2022-07-19.gitignore: do not ignore config.hAlexander Monakov1-1/+2
GCC does not support in-tree builds at the moment, so .gitignore concealing artifacts of accidental in-tree ./configure run may cause confusion. Un-ignore config.h, which is known to break the build. ChangeLog: * .gitignore: Do not ignore config.h.
2022-05-28Vim swap files not ignoredBruce Korb1-0/+1
ChangeLog: * .gitignore: Ignore vim swap files
2021-06-24Add cscope.out to git ignore.prathamesh.kulkarni1-0/+1
ChangeLog: * .gitignore: Add entry for cscope.out.
2020-12-02Sync .gitignore with binutils-gdbSimon Marchi1-0/+7
* .gitignore: Sync with binutils-gdb
2020-11-16Add .cache to git ignore.Martin Liska1-0/+1
ChangeLog: * .gitignore: Add cache as clangd uses it now.
2020-06-12Add .clang-tidy to git ignored.Martin Liska1-0/+1
Installed as obvious. ChangeLog: * .gitignore: Add .clang-tidy.
2019-08-28Add .clangd and compile_commands.json to .gitignore.Martin Liska1-0/+2
2019-08-28 Martin Liska <mliska@suse.cz> * .gitignore: Add .clangd and compile_commands.json to .gitignore. From-SVN: r275004
2016-09-09.gitignore: Ignore in-tree prerequisites.Jason Merrill1-0/+6
From-SVN: r240055
2015-11-19Add clang-format config to contrib folderMartin Liska1-0/+2
* .gitignore: Add .clang-format to ignored files. * Makefile.in: Add clang-format. * Makefile.tpl: Likewise. * clang-format: New file. From-SVN: r230601
2014-12-09Local Vim config with GNU formatting.Yury Gribov1-0/+3
2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com> Yury Gribov <y.gribov@samsung.com> / * .gitignore: Added .local.vimrc and .lvimrc. * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets. * Makefile.in: Regenerate. contrib/ * vimrc: New file. From-SVN: r218514
2014-06-18Ignore gcc_update outputRichard Henderson1-0/+4
From-SVN: r211815
2013-01-10* .gitignore: Import from gdb repository.Jason Merrill1-0/+42
From-SVN: r195087