summaryrefslogtreecommitdiffstats
path: root/smgl/simpleinit-msb/CONFIGURE
blob: eae45bfc282ce02688fb8d2dec674e60fe1bf0dd (plain) (blame)
1
2
3
4
5
6
if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" &&
      "${SMGL_COMPAT_ARCHS[1]}" != "em64t"  ]] ; then
config_query SIMPLEINIT_STATIC \
             "Build a static init?" \
             n
fi