mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
Revert "Make it possible to build SCST with clang"
Since commit ecea60a694 breaks cross-compilation, revert it.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9208 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-3
@@ -60,13 +60,11 @@ INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra
|
||||
SCST_DIR := $(shell echo "$$PWD")/../scst/src
|
||||
|
||||
all:
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) \
|
||||
$(shell [ -n "$(CC)" ] && echo CC="$(CC)")
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd)
|
||||
|
||||
install: all
|
||||
KDIR=$(KDIR) ../scripts/sign-modules
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) \
|
||||
$(shell [ -n "$(CC)" ] && echo CC="$(CC)") \
|
||||
$$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \
|
||||
CONFIG_MODULE_SIG_ALL= modules_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user