diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-09-04 12:19:44 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-09-04 12:19:44 +0000 |
commit | f03504a3d8ff76e9b29505fc561f7ac625712180 (patch) | |
tree | 8f2df3e2f797a1c61173c20ce2ae7e1f33de961f /usr/src/uts/i86pc | |
parent | 1ed9823d08fd2b08c4d4f0d9a57075899d36b295 (diff) | |
parent | a8ea0c9dd566453d9b69eab5f863930da9d0c4ae (diff) | |
download | illumos-joyent-f03504a3d8ff76e9b29505fc561f7ac625712180.tar.gz |
[illumos-gate merge]
commit a8ea0c9dd566453d9b69eab5f863930da9d0c4ae
11584 ::xcall would be useful
commit cd4bec9bcc617ecbc586bb4c2feb7096df189b13
11645 tst.utf8probefunc.ksh needs to specify -m32 consistently
commit bf10ed2ef23d4a6289a032ea1be97e21e6258009
11594 ldterm: cast between incompatible function types
commit 2575b44147c38559884d4c042492bb21783cb486
11595 ufs: cast between incompatible function types
commit 571982554c7574488834ef19f61c63ee15df365c
11596 bufmod: cast between incompatible function types
commit e8e33323835377cff0a2d52f0c1c7b1847215110
11597 pckt: cast between incompatible function types
commit d9c462b2dd4afc98da9074ea6ace57ecd8035001
11598 pfmod: cast between incompatible function types
commit fd121eb4d1d06ebe9153101f4c80d19c65452dd2
11599 ptem: cast between incompatible function types
commit b6ed8f224ac74c5a605c334c1cf1e093427251f4
11642 getresponse.c: memory leak in init_yes(), add fini_yes().
commit 51c48e9829e8ff3cb6bfb9b8ad96b995abedf063
11638 zfs mmp test bugs
commit 4942e22259992130a6f34737c52dfbd4f4d5b151
11644 kmf_openssl: NULL pointer issues
commit dbdc225a81ccef01e9d416169099b09ddbc06ea1
11530 badseg test creates cores
commit 89cb8ffb5df88f95defaae8f0f4f0c67ccd9d17e
11643 panic when detaching vioif
commit 9e59ac1c9bffd2ba0d7192da3c5f7d1c3444991a
11538 i86pc: unix should always build dboot as 32-bit
Diffstat (limited to 'usr/src/uts/i86pc')
-rw-r--r-- | usr/src/uts/i86pc/Makefile.rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/Makefile.rules b/usr/src/uts/i86pc/Makefile.rules index 1863226fd0..3d3c8131c1 100644 --- a/usr/src/uts/i86pc/Makefile.rules +++ b/usr/src/uts/i86pc/Makefile.rules @@ -262,7 +262,8 @@ DBOOT_MACH_32 = -D_BOOT_TARGET_i386 DBOOT_MACH_64 = -D_BOOT_TARGET_amd64 DBOOT_DEFS = -D_BOOT $(DBOOT_MACH_$(CLASS)) DBOOT_DEFS += -D_MACHDEP -U_KERNEL -D_I32LPx -DBOOT_FLAGS = $(CCVERBOSE) $(CSTD) $(CERRWARN) $(CCNOAUTOINLINE) +DBOOT_FLAGS = $(CFLAGS_XARCH_32) $(CCVERBOSE) $(CSTD) $(CERRWARN) +DBOOT_FLAGS += $(CCNOAUTOINLINE) DBOOT_CC_INCL = -I$(SRC)/common -I$(SRC)/common/util $(INCLUDE_PATH) DBOOT_AS_INCL = $(AS_INC_PATH) |