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:
Tim Shimmin
2004-10-22 14:38:06 +00:00
parent cc8c86246f
commit 8672beb942
7 changed files with 124 additions and 144 deletions
+5
View File
@@ -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)