ArchitectureRules: define HAIKU_KERNEL_PIC_CCFLAGS for x86

fix broken x86_gcc2 build after 515ec47340
This commit is contained in:
Jérôme Duval 2020-03-23 17:24:13 +01:00
parent 0dbbeede37
commit 2930142932
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ rule KernelArchitectureSetup architecture
HAIKU_KERNEL_C++FLAGS += -mcmodel=medany ;
case x86 :
HAIKU_KERNEL_PIC_CCFLAGS = -fno-pic ;
HAIKU_KERNEL_CCFLAGS += -march=pentium ;
HAIKU_KERNEL_C++FLAGS += -march=pentium ;