mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Get xfstests building on irix using root/toolroot.
Merge of xfs-cmds-melb:slinx:19868a by kenmcd. Simplify instructions to use make_irix script.
This commit is contained in:
@@ -84,8 +84,13 @@ ifeq ($(PKG_PLATFORM),darwin)
|
||||
PCFLAGS = -traditional-cpp
|
||||
endif
|
||||
|
||||
ifeq ($(PKG_PLATFORM),irix)
|
||||
CFLAGS += $(OPTIMIZER) $(DEBUG) -nostdinc -I$(ROOT)/usr/include \
|
||||
-I$(TOPDIR)/include -DVERSION=\"$(PKG_VERSION)\" -D_REENTRANT
|
||||
else
|
||||
CFLAGS += -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
|
||||
-I$(TOPDIR)/include -DVERSION=\"$(PKG_VERSION)\" -D_REENTRANT
|
||||
endif
|
||||
|
||||
# Global, Platform, Local CFLAGS
|
||||
CFLAGS += $(GCFLAGS) $(PCFLAGS) $(LCFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user