another cross-compile script bit
This commit is contained in:
@@ -46,12 +46,12 @@ cp ../doc/Guidebook.txt ../doc/guidebk.txt
|
|||||||
cp ../sys/share/posixregex.c ../sys/share/posixreg.c
|
cp ../sys/share/posixregex.c ../sys/share/posixreg.c
|
||||||
#cp ../sys/msdos/Makefile1.cross ../src/Makefile1
|
#cp ../sys/msdos/Makefile1.cross ../src/Makefile1
|
||||||
#cp ../sys/msdos/Makefile2.cross ../src/Makefile2
|
#cp ../sys/msdos/Makefile2.cross ../src/Makefile2
|
||||||
make -f ../sys/msdos/Makefile1
|
make -f ../sys/msdos/Makefile1.cross
|
||||||
cat ../include/date.h
|
cat ../include/date.h
|
||||||
export GCC_EXEC_PREFIX=$DJGPP_TOP/lib/gcc/
|
export GCC_EXEC_PREFIX=$DJGPP_TOP/lib/gcc/
|
||||||
export
|
export
|
||||||
pwd
|
pwd
|
||||||
make -f ../sys/msdos/Makefile2
|
make -f ../sys/msdos/Makefile2.cross
|
||||||
unset GCC_EXEC_PREFIX
|
unset GCC_EXEC_PREFIX
|
||||||
pwd
|
pwd
|
||||||
ls ../djgpp/cwsdpmi/bin
|
ls ../djgpp/cwsdpmi/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user