diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-05-19 09:46:26 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-05-19 09:46:26 +0800 |
| commit | 48563687f28b900c5d2044403c6576fbbc4cfa01 (patch) | |
| tree | c9585b862f2ed046e21c9e9af81bbf8a518305b8 /config.bat | |
| parent | cf80d9831c62a8d0bfa98aec912862e7412a99c4 (diff) | |
Fix the DJGPP build
* config.bat: Generate stdbit.in-h from stdbit.in.h.
* msdos/sedlibmk.inp (GL_STDC_...): Enable generation
of ISO C2x features.
(STDBIT_H): Define to stdbit.h.
(GL_GENERATE_STDBIT_H_CONDITION): Define to 1.
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bat b/config.bat index f63da88303c..20dbfda5548 100644 --- a/config.bat +++ b/config.bat @@ -303,6 +303,7 @@ If Exist sys_types.in.h update sys_types.in.h sys_types.in-h If Exist time.in.h update time.in.h time.in-h
If Exist unistd.in.h update unistd.in.h unistd.in-h
If Exist stdckdint.in.h update stdckdint.in.h stdckdint.in-h
+If Exist stdbit.in.h update stdbit.in.h stdbit.in-h
If Exist gnulib.mk.in update gnulib.mk.in gnulib.mk-in
Rem Only repository has the msdos/autogen directory
If Exist Makefile.in sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp
|
