| 439aa587 | 06-Sep-2021 |
Edward Tomasz Napierala <[email protected]> |
iconv: Fix "make make-ref"
The purpose of this command is to "refresh" the source reference files generated with GNU libiconv, located in tools/test/iconv/ref/. Previously it would generate copies s
iconv: Fix "make make-ref"
The purpose of this command is to "refresh" the source reference files generated with GNU libiconv, located in tools/test/iconv/ref/. Previously it would generate copies somewhere in OBJDIR, which we don't use.
Reviewed By: allanjude Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D31820
show more ...
|
| 0016b7da | 06-Sep-2021 |
Edward Tomasz Napierala <[email protected]> |
iconv: Fix tablegen iconv test utility on arm64
Previously it would loop indefinitely on getopt_long(3) due to 'char' being unsigned.
Reviewed By: allanjude Sponsored by: Klara, Inc. Differential R
iconv: Fix tablegen iconv test utility on arm64
Previously it would loop indefinitely on getopt_long(3) due to 'char' being unsigned.
Reviewed By: allanjude Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D31817
show more ...
|