OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

[/] [System09/] [trunk/] [mkfiles/] [xilinx_rules.mk] - Diff between revs 124 and 127

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 124 Rev 127
Line 29... Line 29...
ifeq "$(XILINX)" ""
ifeq "$(XILINX)" ""
  $(error The XILINX environment variable must be set to use this makefile)
  $(error The XILINX environment variable must be set to use this makefile)
endif
endif
XILINX_NORMAL := $(subst \,/,$(XILINX))
XILINX_NORMAL := $(subst \,/,$(XILINX))
 
 
MY_OS := $(shell uname -s)
MY_OS := $(shell /bin/uname -s)
ifeq "$(findstring CYGWIN_NT,$(MY_OS))" "CYGWIN_NT"
ifeq "$(findstring CYGWIN_NT,$(MY_OS))" "CYGWIN_NT"
  ifeq "$(findstring WOW64,$(MY_OS))" "WOW64"
  ifeq "$(findstring WOW64,$(MY_OS))" "WOW64"
    XILINX_PLAT = nt64
    XILINX_PLAT = nt64
  else
  else
    XILINX_PLAT = nt
    XILINX_PLAT = nt

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.