|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/ecn-node/config.in |
|
|
# Filename: target/ecn-node/config.in |
|
|
# Copyright (C) 2009 - 2012 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2009 - 2015 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -17,7 +17,7 @@ |
|
|
const SDECFG_TRG_ECN ${target:-$SDECFG_TARGET} |
|
|
const SDECFG_TRG_ECN ${target:-$SDECFG_TARGET} |
|
|
|
|
|
|
|
|
for x in OPT=size MULTILIB=0 \ |
|
|
for x in OPT=size MULTILIB=0 \ |
|
|
LIBC=glibc INIT=runit \ |
|
|
|
|
|
|
|
|
LIBC=musl INIT=runit \ |
|
|
; do |
|
|
; do |
|
|
|
|
|
|
|
|
export SDECFGSET_$x |
|
|
export SDECFGSET_$x |
|
@ -26,7 +26,6 @@ done |
|
|
for x in \ |
|
|
for x in \ |
|
|
CCACHE_USEIT=1 \ |
|
|
CCACHE_USEIT=1 \ |
|
|
GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \ |
|
|
GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \ |
|
|
BUSYBOX_SYMLINKS=1 BUSYBOX_DEFCONFIG=0 \ |
|
|
|
|
|
DJB_LAYOUT=0 \ |
|
|
DJB_LAYOUT=0 \ |
|
|
; do |
|
|
; do |
|
|
|
|
|
|
|
|