mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-01 11:34:17 +01:00
Add mechanism to probe for toolchain features
This commit is contained in:
7
scripts/probe.rc
Normal file
7
scripts/probe.rc
Normal file
@@ -0,0 +1,7 @@
|
||||
flag e +
|
||||
|
||||
var=$1
|
||||
shift
|
||||
if($* >[2]/dev/null)
|
||||
echo '#define '$var' 1'
|
||||
status=()
|
||||
Reference in New Issue
Block a user