1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

1) Remove -fno-strength-reduce

2) Don't even ask for gnumalloc, because we have only fake one now
This commit is contained in:
Andrey A. Chernov 1996-02-12 23:50:44 +00:00
parent 66a07a4009
commit aa08c362ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2711
6 changed files with 6 additions and 24 deletions

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0

View File

@ -92,8 +92,6 @@ if [ $answ = NO ]; then
echo "#define BuildXIE NO" >> $F
fi
echo
yesno "Do you want your X applications linked with gnu malloc? [YES] "
gnumalloc=$answ
cat <<'END'
@ -272,8 +270,7 @@ sed -e "s/2.0.5/$version/" \
-e "s/OSMajorVersion *2/OSMajorVersion $1/" \
-e "s/OSMinorVersion *0/OSMinorVersion $2/" \
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
-e "s/m486/m486 -fno-strength-reduce/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc $gnumalloc/" \
-e "s/UseGnuMalloc.*YES/UseGnuMalloc NO/" \
<FreeBSD.cf.old >FreeBSD.cf
exit 0