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:
parent
035aa55650
commit
f9959bb699
@ -3,6 +3,9 @@ SubDir OBOS_TOP src add-ons kernel drivers random ;
|
||||
KernelObjects
|
||||
<$(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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user