mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
We should not use -I/usr/include/machine. That is not the right way
to fix the endian.h inclusion problem in mcom_db.h. We should fix mcom_db.h to say: #ifdef __osf__ #include <machine/endian.h> #endif Using -I/usr/include/machine will pull in <machine/signal.h>, which is incompatible with the intended <signal.h>.
This commit is contained in:
parent
e4af0f2495
commit
5e56411873
@ -27,7 +27,7 @@ ARCH := dec
|
||||
CPU_ARCH := alpha
|
||||
GFX_ARCH := x
|
||||
|
||||
OS_INCLUDES = -I/usr/include/machine
|
||||
OS_INCLUDES =
|
||||
G++INCLUDES =
|
||||
LOC_LIB_DIR = /usr/lib/X11
|
||||
MOTIF =
|
||||
|
Loading…
Reference in New Issue
Block a user