CFLAGS for the driver were dependent on the x86 architecture.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-11 03:05:46 +00:00
parent 035aa55650
commit f9959bb699

View File

@ -3,6 +3,9 @@ SubDir OBOS_TOP src add-ons kernel drivers random ;
KernelObjects KernelObjects
<$(SOURCE_GRIST)>driver.c <$(SOURCE_GRIST)>driver.c
: :
-fno-pic -D_KERNEL_MODE -O99 -mpentiumpro -march=pentiumpro -Wno-missing-prototypes -fno-pic -D_KERNEL_MODE -Wno-missing-prototypes
; ;
# CFLAGS was arch dependent:
-fno-pic -D_KERNEL_MODE -O99 -mpentiumpro -march=pentiumpro -Wno-missing-prototypes