Changeset 8807787
- Timestamp:
- May 26, 2016 8:24:08 PM (5 years ago)
- Branches:
- master
- Children:
- 03e188b5
- Parents:
- f653b03
- Location:
- core/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/jbigi/build_jbigi.sh
rf653b03 r8807787 27 27 fi 28 28 29 printf " \aBITS variable not set, $BITS bit system detected\n\a" >&229 printf "BITS variable not set, $BITS bit system detected\n" >&2 30 30 fi 31 31 -
core/c/jcpuid/build.sh
rf653b03 r8807787 46 46 fi 47 47 48 printf " \aBITS variable not set, $BITS bit system detected\n\a" >&248 printf "BITS variable not set, $BITS bit system detected\n" >&2 49 49 fi 50 50 … … 52 52 if [ -z $CC ]; then 53 53 export CC="gcc" 54 printf " \aCC variable not set, defaulting to $CC\n\a" >&254 printf "CC variable not set, defaulting to $CC\n" >&2 55 55 fi 56 56 … … 65 65 export LDFLAGS="-m64" 66 66 else 67 printf " \aBITS value \"$BITS\" not valid, please select 32 or 64\n\a" >&267 printf "BITS value \"$BITS\" not valid, please select 32 or 64\n" >&2 68 68 exit 1 69 69 fi
Note: See TracChangeset
for help on using the changeset viewer.