Skip to content

Commit 50faeef

Browse files
committed
boards: x86: oneApi and LLVM objcopy do not support --gap-fill
Work around the fact that llvm objcopy does not support --gap-fill right now. This should be done on the toolchain level at some point, it is currently not possible however. Signed-off-by: Anas Nashif <[email protected]>
1 parent 8fc9ded commit 50faeef

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

boards/x86/acrn/acrn_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
1414
CONFIG_BUILD_OUTPUT_BIN=y
1515
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1616
CONFIG_KERNEL_VM_SIZE=0x1000000
17+
CONFIG_BUILD_NO_GAP_FILL=y

boards/x86/acrn/acrn_ehl_crb_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
1414
CONFIG_BUILD_OUTPUT_BIN=y
1515
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1616
CONFIG_KERNEL_VM_SIZE=0x1000000
17+
CONFIG_BUILD_NO_GAP_FILL=y

boards/x86/ehl_crb/ehl_crb_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ CONFIG_UART_CONSOLE=y
1111
CONFIG_X2APIC=y
1212
CONFIG_SMP=y
1313
CONFIG_BUILD_OUTPUT_EFI=y
14+
CONFIG_BUILD_NO_GAP_FILL=y

boards/x86/minnowboard/minnowboard_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_SERIAL=y
1010
CONFIG_UART_NS16550=y
1111
CONFIG_UART_CONSOLE=y
1212
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
13+
CONFIG_BUILD_NO_GAP_FILL=y

boards/x86/up_squared/up_squared_32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
1010
CONFIG_UART_CONSOLE=y
1111
CONFIG_I2C=y
1212
CONFIG_X2APIC=y
13+
CONFIG_BUILD_NO_GAP_FILL=y

boards/x86/up_squared/up_squared_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ CONFIG_X2APIC=y
1212
CONFIG_SMP=y
1313
CONFIG_MP_NUM_CPUS=2
1414
CONFIG_BUILD_OUTPUT_EFI=y
15+
CONFIG_BUILD_NO_GAP_FILL=y

0 commit comments

Comments
 (0)