看板 DFBSD_commit 關於我們 聯絡資訊
commit e9c7aa03fd6fdb5956e0f8ff136538661461d2e4 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Jun 24 16:43:30 2009 -0700 AMD64 - Support -m32 by conditionalizing 32 and 64 bit typedefs. Conditionalize the typedefs in amd64-specific headers to support -m32 compilation. This fixes the compilation of the boot loader from the amd64 build. Summary of changes: sys/cpu/amd64/include/inttypes.h | 141 +++++++++++++++++++++++++++++--------- sys/cpu/amd64/include/stdint.h | 23 +++++- sys/cpu/amd64/include/types.h | 16 +++- 3 files changed, 139 insertions(+), 41 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9c7aa03fd6fdb5956e0f8ff136538661461d2e4 -- DragonFly BSD source repository