Makefile: Grok "OS/2" from uname
This commit is contained in:
parent
8ba9fb85e1
commit
4c18bff7ed
1 changed files with 6 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -59,6 +59,9 @@ else
|
|||
ifeq ($(shell gcc --version | cut -c 1-6),2.95.3)
|
||||
STDC_LIB:=-lstdc++.r4
|
||||
endif
|
||||
else
|
||||
ifeq ($(SYSNAME),OS/2)
|
||||
OS:=os2
|
||||
else
|
||||
OS:=linux
|
||||
GPERF:=/usr/bin/gperf
|
||||
|
|
@ -67,6 +70,7 @@ else
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# CROSS COMPILATION OVERRIDES
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue