mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-28 18:27:26 +09:00
Fix /etc/redhat-release
This commit is contained in:
parent
5157219ced
commit
be9fe413e3
4
Makefile
4
Makefile
@ -10,10 +10,6 @@ EXTRA_CFLAGS += -Wno-unused
|
||||
EXTRA_CFLAGS += -Wno-vla
|
||||
EXTRA_CFLAGS += -Wno-date-time
|
||||
|
||||
REDHAT_VER := $(shell cut -f4 -d" " /etc/redhat-release |cut -d"." -f1,2 )
|
||||
ifeq ($(REDHAT_VER), 7.9)
|
||||
EXTRA_CFLAGS += -DRHEL79
|
||||
endif
|
||||
|
||||
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
|
||||
ifeq ($(GCC_VER_49),1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user