odk: "pltfrm" appears to be unused
Change-Id: Ia991593d53e31ad3d65881f9b6e62fede93e0266
This commit is contained in:
@@ -153,7 +153,6 @@ case ${sdk_platform} in
|
|||||||
platform='Solaris x86'
|
platform='Solaris x86'
|
||||||
fi
|
fi
|
||||||
comid=gcc3
|
comid=gcc3
|
||||||
pltfrm=gcc
|
|
||||||
soext=so
|
soext=so
|
||||||
exampleout=SOLARISexample.out
|
exampleout=SOLARISexample.out
|
||||||
LD_LIBRARY_PATH=${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.:${LD_LIBRARY_PATH}
|
LD_LIBRARY_PATH=${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_URE_LIB_DIR}:.:${LD_LIBRARY_PATH}
|
||||||
@@ -163,7 +162,6 @@ case ${sdk_platform} in
|
|||||||
darwin*)
|
darwin*)
|
||||||
directoryname=macosx
|
directoryname=macosx
|
||||||
comid=gcc3
|
comid=gcc3
|
||||||
pltfrm=gcc
|
|
||||||
soext=dylib
|
soext=dylib
|
||||||
exampleout=MACOSXexample.out
|
exampleout=MACOSXexample.out
|
||||||
platform=MacOSX
|
platform=MacOSX
|
||||||
@@ -174,7 +172,6 @@ case ${sdk_platform} in
|
|||||||
linux-gnu)
|
linux-gnu)
|
||||||
directoryname=linux
|
directoryname=linux
|
||||||
comid=gcc3
|
comid=gcc3
|
||||||
pltfrm=gcc
|
|
||||||
soext=so
|
soext=so
|
||||||
exampleout=LINUXexample.out
|
exampleout=LINUXexample.out
|
||||||
platform=Linux
|
platform=Linux
|
||||||
@@ -185,7 +182,6 @@ case ${sdk_platform} in
|
|||||||
freebsd*)
|
freebsd*)
|
||||||
directoryname=freebsd
|
directoryname=freebsd
|
||||||
comid=gcc3
|
comid=gcc3
|
||||||
pltfrm=gcc
|
|
||||||
soext=so
|
soext=so
|
||||||
exampleout=FREEBSDexample.out
|
exampleout=FREEBSDexample.out
|
||||||
platform=FreeBSD
|
platform=FreeBSD
|
||||||
|
Reference in New Issue
Block a user