Tell gcc to produce code for Pentium at least. Doesn't seem to make any
difference performancewise though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35017 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
98664e52dd
commit
1a837b3910
@ -322,6 +322,13 @@ switch $(HAIKU_ARCH) {
|
|||||||
HAIKU_KERNEL_CCFLAGS += -m68020-60 ;
|
HAIKU_KERNEL_CCFLAGS += -m68020-60 ;
|
||||||
HAIKU_KERNEL_C++FLAGS += -m68020-60 ;
|
HAIKU_KERNEL_C++FLAGS += -m68020-60 ;
|
||||||
}
|
}
|
||||||
|
case x86 :
|
||||||
|
{
|
||||||
|
HAIKU_CCFLAGS += -march=pentium ;
|
||||||
|
HAIKU_C++FLAGS += -march=pentium ;
|
||||||
|
HAIKU_KERNEL_CCFLAGS += -march=pentium ;
|
||||||
|
HAIKU_KERNEL_C++FLAGS += -march=pentium ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# If the environment variable HAIKU_INCLUDE_PATENTED_CODE is defined, we
|
# If the environment variable HAIKU_INCLUDE_PATENTED_CODE is defined, we
|
||||||
|
Loading…
Reference in New Issue
Block a user