1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/lang
Satoshi Asami be8fd8a4ff for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _eh_compat _pure; \
do \
  echo ${name}; \
  ./xgcc -B./ -O2   -DIN_GCC    -g -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I. -I./config -c -DL${name} \
      ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
 :
_fixunsdfsi
In file included from include/limits.h:116,
                 from include/syslimits.h:7,
                 from include/limits.h:11,
                 from ./libgcc2.c:1085:
/usr/local/lib/gcc-lib/i386-unknown-freebsd2.2.6/2.8.1/include/limits.h:212: unbalanced `#endif'
1998-06-06 04:42:31 +00:00
..
atlast
bwbasic
cim Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates 1998-05-06 09:06:01 +00:00
cmucl
egcs + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
eiffel
elisp-manual Emacs Lisp reference manual 1998-04-27 14:53:01 +00:00
elk
emacs-lisp-intro An introduction to Emacs Lisp programming 1998-04-27 14:49:57 +00:00
eperl
expect Update to version 5.26 and portlint clean. 1998-05-25 20:01:14 +00:00
forth
gcc + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc28 for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _eh_compat _pure; \ 1998-06-06 04:42:31 +00:00
gcc30 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc31 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc32 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc33 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc34 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc35 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc40 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc41 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc42 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc43 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc44 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc45 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc46 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc47 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc48 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc295 + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc-devel + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcc-ooo + Remove the MANUAL_PACKAGE_BUILD. 1998-05-20 08:59:31 +00:00
gcl
glibstdc++28 Delete two spurious lines. 1998-04-28 03:44:57 +00:00
gnat
Gofer
guile
hugs
icon
intercal Import of the INTERCAL compiler, ick, version 0.17. 1998-04-17 21:52:20 +00:00
itcl Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
lcc
logo
mit-scheme
mixal
modula-3 Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
modula-3-lib Fix a hard coded path to libgcc which quit working when the 1998-06-02 23:22:23 +00:00
modula-3-socks
moscow_ml
objc Update to 1.8.18, and kill a small bug. Thanks for telling me 1998-05-16 16:06:58 +00:00
ocaml
p2c
p5-ePerl
p5-Tcl
pbasic
perl5
perl5.6
perl5.8
perl5.10
perl5.12
perl5.14
perl5.16
pkg
ptoc
python plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python15 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python20 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python21 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python22 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python23 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python24 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python25 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python26 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python27 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python30 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python31 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python32 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python-devel plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
python+ipv6 plat-freebsd3 doesn't have a regen script. 1998-06-05 07:09:01 +00:00
rexx-imc Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
ruby Changing maintainer's email. 1998-05-15 05:01:04 +00:00
ruby14 Changing maintainer's email. 1998-05-15 05:01:04 +00:00
ruby16 Changing maintainer's email. 1998-05-15 05:01:04 +00:00
Sather
scheme48
schemetoc Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
scm
scsh
smalltalk
squeak1
squeak2
squeak3
sr
STk
swi-pl
tcl80 Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
tcl82 Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
tcl83 Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
tcl84 Execute `ldconfig -R' at the pkg_delete step. 1998-05-05 13:18:48 +00:00
tclplugin
tclX Import of tclX8.0.2 1998-05-21 01:36:28 +00:00
tclX80 Import of tclX8.0.2 1998-05-21 01:36:28 +00:00
tclX82 Import of tclX8.0.2 1998-05-21 01:36:28 +00:00
TenDRA Don't modify PLIST: use a copy instead. 1998-04-14 11:49:14 +00:00
yorick Distribution patches changed. 1998-04-17 09:54:29 +00:00
Makefile Activate tclX80. 1998-05-21 02:22:11 +00:00