mirror of
https://github.com/ctm/executor.git
synced 2025-02-17 05:31:27 +00:00
Fixed bug in configure.sh
This commit is contained in:
parent
159fa0a4e9
commit
aeff3f030c
@ -43,10 +43,10 @@ void check_structs(void)
|
|||||||
check (SndCommand, 8); /* SoundMgr.h */
|
check (SndCommand, 8); /* SoundMgr.h */
|
||||||
check (SndChannel, 1060);
|
check (SndChannel, 1060);
|
||||||
check (SoundHeader, 22);
|
check (SoundHeader, 22);
|
||||||
check (ExtSoundHeader, 0); /* FIXME */
|
check (ExtSoundHeader, 62);
|
||||||
check (SndDoubleBuffer, 16);
|
check (SndDoubleBuffer, 16);
|
||||||
check (SndDoubleBufferHeader, 24);
|
check (SndDoubleBufferHeader, 24);
|
||||||
check (SCStatus, 0); /* FIXME */
|
check (SCStatus, 24);
|
||||||
|
|
||||||
check(fcbrec, 94); /* rsys/file.h */
|
check(fcbrec, 94); /* rsys/file.h */
|
||||||
}
|
}
|
||||||
|
@ -513,7 +513,7 @@ ${util_dir}/subst.pl \
|
|||||||
@executor_make@:${executor_make} < ${root}/src/config/Makefile.in > ./tmp-Makefile.in
|
@executor_make@:${executor_make} < ${root}/src/config/Makefile.in > ./tmp-Makefile.in
|
||||||
|
|
||||||
if [ x"${target_gcc_arch}" = x"" ]; then
|
if [ x"${target_gcc_arch}" = x"" ]; then
|
||||||
target_gcc_arch = "$target_arch"
|
target_gcc_arch="$target_arch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -e "s:@symbol_prefix@:${symbol_prefix}:g
|
sed -e "s:@symbol_prefix@:${symbol_prefix}:g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user