mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
65ad1ba320
* x86_64 is using the existing *_ia32 boot platforms. * Special flags are required when compiling the loader to get GCC to compile 32-bit code. This adds a new set of rules for compiling boot code rather than using the kernel rules, which compile using the necessary flags. * Some x86_64 private headers have been stubbed by #include'ing the x86 versions. These will be replaced later.
7 lines
138 B
C
7 lines
138 B
C
#ifndef _KERNEL_ARCH_x86_64_ELF_H
|
|
#define _KERNEL_ARCH_x86_64_ELF_H
|
|
|
|
#include "../x86/arch_elf.h"
|
|
|
|
#endif /* _KERNEL_ARCH_x86_64_ELF_H */
|