patch-Makefile 810 B

12345678910111213141516171819
  1. --- rt-tests-3fed00ff8d2c0cdbc5ba078cbd60ce3cfcee615f.orig/Makefile 2015-06-18 11:11:57.000000000 +0200
  2. +++ rt-tests-3fed00ff8d2c0cdbc5ba078cbd60ce3cfcee615f/Makefile 2015-06-19 00:27:05.000000000 +0200
  3. @@ -19,11 +19,11 @@ bindir ?= $(prefix)/bin
  4. mandir ?= $(prefix)/share/man
  5. srcdir ?= $(prefix)/src
  6. -machinetype = $(shell $(CC) -dumpmachine | \
  7. - sed -e 's/-.*//' -e 's/i.86/i386/' -e 's/mips.*/mips/' -e 's/ppc.*/powerpc/')
  8. -ifneq ($(filter x86_64 i386 ia64 mips powerpc,$(machinetype)),)
  9. -NUMA := 1
  10. -endif
  11. +#machinetype = $(shell $(CC) -dumpmachine | \
  12. +# sed -e 's/-.*//' -e 's/i.86/i386/' -e 's/mips.*/mips/' -e 's/ppc.*/powerpc/')
  13. +#ifneq ($(filter x86_64 i386 ia64 mips powerpc,$(machinetype)),)
  14. +#NUMA := 1
  15. +#endif
  16. CFLAGS ?= -Wall -Wno-nonnull
  17. CPPFLAGS += -D_GNU_SOURCE -Isrc/include