Changeset 3600 for trunk/src/kmk
- Timestamp:
- Oct 19, 2023, 4:26:27 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.linux
r3265 r3600 1 1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure. inby autoheader. */2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 3 4 4 /* … … 72 72 /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you 73 73 don't. */ 74 /* #define HAVE_DECL_BSD_SIGNAL 1 */ 74 #if !defined(KBUILD_ARCH_X86) && !defined(KBUILD_ARCH_AMD64) 75 # define HAVE_DECL_BSD_SIGNAL 1 76 #endif 75 77 76 78 /* Define to 1 if you have the declaration of `dlerror', and to 0 if you … … 349 351 350 352 /* Build host information. (not used by kmk) */ 351 #define MAKE_HOST "i686-pc-linux-gnu" 353 #if defined(KBUILD_ARCH_X86) 354 # define MAKE_HOST "i686-pc-linux-gnu" 355 #elif defined(KBUILD_ARCH_AMD64) 356 # define MAKE_HOST "amd64-pc-linux-gnu" 357 #else 358 # define MAKE_HOST "aarch64-unknown-linux-gnu" 359 #endif 352 360 353 361 /* Define to 1 to enable job server support in GNU make. */ … … 436 444 /* #undef UMAX4_3 */ 437 445 438 439 446 /* Version number of package */ 440 447 #define VERSION "4.2.1" … … 452 459 453 460 /* Number of bits in a file offset, on hosts where this is settable. */ 454 #define _FILE_OFFSET_BITS 64 461 #if defined(KBUILD_ARCH_X86) || defined(KBUILD_ARCH_AMD64) 462 # define _FILE_OFFSET_BITS 64 463 #else 464 /* #undef _FILE_OFFSET_BITS */ 465 #endif 455 466 456 467 /* Define for large files, on AIX-style hosts. */
Note:
See TracChangeset
for help on using the changeset viewer.