Changed methods for SYSARCH detection
FossilOrigin-Name: 41d5ee1a50cd0c63b31d1fb6e2f2fde10c0b8ec1cf93f28cb57e3d575b8cc5ee
This commit is contained in:
parent
635ff3780c
commit
c9a38a65ca
@ -7,14 +7,13 @@ CFLAGS+=-DWITH_IPV6
|
||||
CFLAGS+=-DWITH_CW_LOG
|
||||
CFLAGS+=-DWITH_CW_LOG_DEBUG
|
||||
CFLAGS+=-DWITH_DTLS
|
||||
CFLAGS+=-I /home/tube/v/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/include
|
||||
|
||||
|
||||
SYSARCH := $(shell uname -m)
|
||||
ifndef ARCH
|
||||
ARCH=$(SYSARCH)
|
||||
ARCH = $(shell $(CC) -dumpmachine)
|
||||
endif
|
||||
|
||||
X=$(shell echo $(ARCH))
|
||||
|
||||
#ifndef CFLAGS
|
||||
CFLAGS += -O2 -Wall -g
|
||||
|
Loading…
Reference in New Issue
Block a user