ArchitectureRules: define HAIKU_KERNEL_PIC_CCFLAGS for x86
fix broken x86_gcc2 build after 515ec47340
This commit is contained in:
parent
0dbbeede37
commit
2930142932
@ -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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user