summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/tools/linux.inc
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/tools/linux.inc')
-rw-r--r--openmp/runtime/tools/linux.inc35
1 files changed, 0 insertions, 35 deletions
diff --git a/openmp/runtime/tools/linux.inc b/openmp/runtime/tools/linux.inc
deleted file mode 100644
index 7ad2512466f..00000000000
--- a/openmp/runtime/tools/linux.inc
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-#//===----------------------------------------------------------------------===//
-#//
-#// The LLVM Compiler Infrastructure
-#//
-#// This file is dual licensed under the MIT and the University of Illinois Open
-#// Source Licenses. See LICENSE.txt for details.
-#//
-#//===----------------------------------------------------------------------===//
-#
-
-####### Detections and Commands ###############################################
-
-ifndef arch
- uname_m:=$(shell uname -m)
- ifeq ($(uname_m),i686)
- export arch:=32
- endif
- ifeq ($(uname_m),x86_64)
- export arch:=32e
- endif
- ifndef arch
- export arch:=$(uname_m)
- endif
-endif
-
-CMD=sh -c
-CWD=$(shell pwd)
-CP=cp
-RM?=rm -f
-RMR?=rm -rf
-RD?=rmdir
-MD?=mkdir -p
-NUL= /dev/null
-SLASH=/
OpenPOWER on IntegriCloud