Update description, pkg name, and packing list.
This commit is contained in:
parent
244cbb75f3
commit
1c4d94e0ef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 1999/08/22 15:50:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 1999/08/22 17:28:42 espie Exp $
|
||||
|
||||
# This is a configuration file for egcs, stable release.
|
||||
|
||||
@ -49,7 +49,7 @@ DIRECTORY=egcs/releases/%SUBDIR%/
|
||||
|
||||
# getting the right archives where they should be
|
||||
MASTER_SITE_SUBDIR=gcc-2.95.1
|
||||
DISTNAME= gcc-${VERSION}
|
||||
DISTNAME= egcc-${VERSION}
|
||||
USE_BZIP2=yes
|
||||
|
||||
DIST_SUBDIR=egcs
|
||||
|
@ -1,11 +1,14 @@
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/ecpp.info
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/ecpp.info
|
||||
bin/egcc
|
||||
bin/ecpp
|
||||
bin/eprotoize
|
||||
bin/eunprotoize
|
||||
bin/gcov
|
||||
bin/egcov
|
||||
bin/ARCH-gcc
|
||||
ARCH/include/_G_config.h
|
||||
lib/gcc-lib/ARCH/VERSION/SYSCALLS.c.X
|
||||
lib/gcc-lib/ARCH/VERSION/cc1
|
||||
lib/gcc-lib/ARCH/VERSION/collect2
|
||||
lib/gcc-lib/ARCH/VERSION/cpp
|
||||
lib/gcc-lib/ARCH/VERSION/libgcc.a
|
||||
lib/gcc-lib/ARCH/VERSION/specs
|
||||
@ -13,7 +16,6 @@ lib/gcc-lib/ARCH/VERSION/include/syslimits.h
|
||||
lib/gcc-lib/ARCH/VERSION/include/limits.h
|
||||
lib/gcc-lib/ARCH/VERSION/include/float.h
|
||||
lib/gcc-lib/ARCH/VERSION/include/README
|
||||
ARCH/lib/libiberty.a
|
||||
lib/libiberty.a
|
||||
info/ecpp.info
|
||||
info/ecpp.info-1
|
||||
@ -43,6 +45,7 @@ info/egcc.info-27
|
||||
info/egcc.info-28
|
||||
info/egcc.info-29
|
||||
info/egcc.info-3
|
||||
info/egcc.info-30
|
||||
info/egcc.info-4
|
||||
info/egcc.info-5
|
||||
info/egcc.info-6
|
||||
@ -52,12 +55,15 @@ info/egcc.info-9
|
||||
man/man1/ecccp.1
|
||||
man/man1/egcc.1
|
||||
ifdef(`CHILL',
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/chill.info
|
||||
bin/chill
|
||||
info/chill.info
|
||||
lib/gcc-lib/ARCH/VERSION/cc1chill
|
||||
lib/gcc-lib/ARCH/VERSION/chillrt0.o
|
||||
lib/gcc-lib/ARCH/VERSION/libchill.a
|
||||
@exec install-info --info-dir=%D/info %D/info/chill.info
|
||||
)ifdef(`GXX',
|
||||
ARCH/include/_G_config.h
|
||||
bin/ec++
|
||||
bin/ec++filt
|
||||
bin/eg++
|
||||
@ -65,151 +71,165 @@ lib/gcc-lib/ARCH/VERSION/include/typeinfo
|
||||
lib/gcc-lib/ARCH/VERSION/include/exception
|
||||
lib/gcc-lib/ARCH/VERSION/include/new
|
||||
lib/gcc-lib/ARCH/VERSION/include/new.h
|
||||
include/g++/PlotFile.h
|
||||
include/g++/SFile.h
|
||||
include/g++/algo.h
|
||||
include/g++/algobase.h
|
||||
include/g++/algorithm
|
||||
include/g++/alloc.h
|
||||
include/g++/builtinbuf.h
|
||||
include/g++/bvector.h
|
||||
include/g++/cassert
|
||||
include/g++/cctype
|
||||
include/g++/cerrno
|
||||
include/g++/cfloat
|
||||
include/g++/ciso646
|
||||
include/g++/climits
|
||||
include/g++/clocale
|
||||
include/g++/cmath
|
||||
include/g++/complex
|
||||
include/g++/complex.h
|
||||
include/g++/csetjmp
|
||||
include/g++/csignal
|
||||
include/g++/cstdarg
|
||||
include/g++/cstddef
|
||||
include/g++/cstdio
|
||||
include/g++/cstdlib
|
||||
include/g++/cstring
|
||||
include/g++/ctime
|
||||
include/g++/cwchar
|
||||
include/g++/cwctype
|
||||
include/g++/defalloc.h
|
||||
include/g++/deque
|
||||
include/g++/deque.h
|
||||
include/g++/editbuf.h
|
||||
include/g++/floatio.h
|
||||
include/g++/fstream
|
||||
include/g++/fstream.h
|
||||
include/g++/function.h
|
||||
include/g++/functional
|
||||
include/g++/hash_map
|
||||
include/g++/hash_map.h
|
||||
include/g++/hash_set
|
||||
include/g++/hash_set.h
|
||||
include/g++/hashtable.h
|
||||
include/g++/heap.h
|
||||
include/g++/indstream.h
|
||||
include/g++/iolibio.h
|
||||
include/g++/iomanip
|
||||
include/g++/iomanip.h
|
||||
include/g++/iosfwd
|
||||
include/g++/iostdio.h
|
||||
include/g++/iostream
|
||||
include/g++/iostream.h
|
||||
include/g++/iostreamP.h
|
||||
include/g++/istream.h
|
||||
include/g++/iterator
|
||||
include/g++/iterator.h
|
||||
include/g++/libio.h
|
||||
include/g++/libioP.h
|
||||
include/g++/list
|
||||
include/g++/list.h
|
||||
include/g++/map
|
||||
include/g++/map.h
|
||||
include/g++/memory
|
||||
include/g++/multimap.h
|
||||
include/g++/multiset.h
|
||||
include/g++/numeric
|
||||
include/g++/ostream.h
|
||||
include/g++/pair.h
|
||||
include/g++/parsestream.h
|
||||
include/g++/pfstream.h
|
||||
include/g++/procbuf.h
|
||||
include/g++/pthread_alloc
|
||||
include/g++/pthread_alloc.h
|
||||
include/g++/queue
|
||||
include/g++/rope
|
||||
include/g++/rope.h
|
||||
include/g++/ropeimpl.h
|
||||
include/g++/set
|
||||
include/g++/set.h
|
||||
include/g++/slist
|
||||
include/g++/slist.h
|
||||
include/g++/stack
|
||||
include/g++/stack.h
|
||||
include/g++/std/bastring.cc
|
||||
include/g++/std/bastring.h
|
||||
include/g++/std/complext.cc
|
||||
include/g++/std/complext.h
|
||||
include/g++/std/dcomplex.h
|
||||
include/g++/std/fcomplex.h
|
||||
include/g++/std/ldcomplex.h
|
||||
include/g++/std/straits.h
|
||||
include/g++/stdexcept
|
||||
include/g++/stdiostream.h
|
||||
include/g++/stl.h
|
||||
include/g++/stl_algo.h
|
||||
include/g++/stl_algobase.h
|
||||
include/g++/stl_alloc.h
|
||||
include/g++/stl_bvector.h
|
||||
include/g++/stl_config.h
|
||||
include/g++/stl_construct.h
|
||||
include/g++/stl_deque.h
|
||||
include/g++/stl_function.h
|
||||
include/g++/stl_hash_fun.h
|
||||
include/g++/stl_hash_map.h
|
||||
include/g++/stl_hash_set.h
|
||||
include/g++/stl_hashtable.h
|
||||
include/g++/stl_heap.h
|
||||
include/g++/stl_iterator.h
|
||||
include/g++/stl_list.h
|
||||
include/g++/stl_map.h
|
||||
include/g++/stl_multimap.h
|
||||
include/g++/stl_multiset.h
|
||||
include/g++/stl_numeric.h
|
||||
include/g++/stl_pair.h
|
||||
include/g++/stl_queue.h
|
||||
include/g++/stl_raw_storage_iter.h
|
||||
include/g++/stl_relops.h
|
||||
include/g++/stl_rope.h
|
||||
include/g++/stl_set.h
|
||||
include/g++/stl_slist.h
|
||||
include/g++/stl_stack.h
|
||||
include/g++/stl_tempbuf.h
|
||||
include/g++/stl_tree.h
|
||||
include/g++/stl_uninitialized.h
|
||||
include/g++/stl_vector.h
|
||||
include/g++/stream.h
|
||||
include/g++/streambuf.h
|
||||
include/g++/strfile.h
|
||||
include/g++/string
|
||||
include/g++/strstream
|
||||
include/g++/strstream.h
|
||||
include/g++/tempbuf.h
|
||||
include/g++/tree.h
|
||||
include/g++/type_traits.h
|
||||
include/g++/utility
|
||||
include/g++/vector
|
||||
include/g++/vector.h
|
||||
lib/libstdc++.a
|
||||
lib/libstdc++.a.2.10.0
|
||||
ifdef(`DYNAMIC',
|
||||
lib/libstdc++.so.29.0
|
||||
lib/libstdc++.so.2.9.0
|
||||
lib/libstdc++.so
|
||||
lib/libstdc++.so.30.0
|
||||
lib/libstdc++.so.2.10.0
|
||||
lib/gcc-lib/ARCH/VERSION/libstdc++.so
|
||||
lib/gcc-lib/ARCH/VERSION/libstdc++.a
|
||||
)lib/gcc-lib/ARCH/VERSION/cc1plus
|
||||
lib/gcc-lib/ARCH/VERSION/collect2
|
||||
man/man1/eg++.1
|
||||
)ifdef(`GXX',
|
||||
include/g++-3/PlotFile.h
|
||||
include/g++-3/SFile.h
|
||||
include/g++-3/algo.h
|
||||
include/g++-3/algobase.h
|
||||
include/g++-3/algorithm
|
||||
include/g++-3/alloc.h
|
||||
include/g++-3/bitset
|
||||
include/g++-3/builtinbuf.h
|
||||
include/g++-3/bvector.h
|
||||
include/g++-3/cassert
|
||||
include/g++-3/cctype
|
||||
include/g++-3/cerrno
|
||||
include/g++-3/cfloat
|
||||
include/g++-3/ciso646
|
||||
include/g++-3/climits
|
||||
include/g++-3/clocale
|
||||
include/g++-3/cmath
|
||||
include/g++-3/complex
|
||||
include/g++-3/complex.h
|
||||
include/g++-3/csetjmp
|
||||
include/g++-3/csignal
|
||||
include/g++-3/cstdarg
|
||||
include/g++-3/cstddef
|
||||
include/g++-3/cstdio
|
||||
include/g++-3/cstdlib
|
||||
include/g++-3/cstring
|
||||
include/g++-3/ctime
|
||||
include/g++-3/cwchar
|
||||
include/g++-3/cwctype
|
||||
include/g++-3/defalloc.h
|
||||
include/g++-3/deque
|
||||
include/g++-3/deque.h
|
||||
include/g++-3/editbuf.h
|
||||
include/g++-3/floatio.h
|
||||
include/g++-3/fstream
|
||||
include/g++-3/fstream.h
|
||||
include/g++-3/function.h
|
||||
include/g++-3/functional
|
||||
include/g++-3/hash_map
|
||||
include/g++-3/hash_map.h
|
||||
include/g++-3/hash_set
|
||||
include/g++-3/hash_set.h
|
||||
include/g++-3/hashtable.h
|
||||
include/g++-3/heap.h
|
||||
include/g++-3/indstream.h
|
||||
include/g++-3/iolibio.h
|
||||
include/g++-3/iomanip
|
||||
include/g++-3/iomanip.h
|
||||
include/g++-3/iosfwd
|
||||
include/g++-3/iostdio.h
|
||||
include/g++-3/iostream
|
||||
include/g++-3/iostream.h
|
||||
include/g++-3/iostreamP.h
|
||||
include/g++-3/istream.h
|
||||
include/g++-3/iterator
|
||||
include/g++-3/iterator.h
|
||||
include/g++-3/libio.h
|
||||
include/g++-3/libioP.h
|
||||
include/g++-3/list
|
||||
include/g++-3/list.h
|
||||
include/g++-3/map
|
||||
include/g++-3/map.h
|
||||
include/g++-3/memory
|
||||
include/g++-3/multimap.h
|
||||
include/g++-3/multiset.h
|
||||
include/g++-3/numeric
|
||||
include/g++-3/ostream.h
|
||||
include/g++-3/pair.h
|
||||
include/g++-3/parsestream.h
|
||||
include/g++-3/pfstream.h
|
||||
include/g++-3/procbuf.h
|
||||
include/g++-3/pthread_alloc
|
||||
include/g++-3/pthread_alloc.h
|
||||
include/g++-3/queue
|
||||
include/g++-3/rope
|
||||
include/g++-3/rope.h
|
||||
include/g++-3/ropeimpl.h
|
||||
include/g++-3/set
|
||||
include/g++-3/set.h
|
||||
include/g++-3/slist
|
||||
include/g++-3/slist.h
|
||||
include/g++-3/stack
|
||||
include/g++-3/stack.h
|
||||
include/g++-3/std/bastring.cc
|
||||
include/g++-3/std/bastring.h
|
||||
include/g++-3/std/complext.cc
|
||||
include/g++-3/std/complext.h
|
||||
include/g++-3/std/dcomplex.h
|
||||
include/g++-3/std/fcomplex.h
|
||||
include/g++-3/std/gslice.h
|
||||
include/g++-3/std/gslice_array.h
|
||||
include/g++-3/std/indirect_array.h
|
||||
include/g++-3/std/ldcomplex.h
|
||||
include/g++-3/std/mask_array.h
|
||||
include/g++-3/std/slice.h
|
||||
include/g++-3/std/slice_array.h
|
||||
include/g++-3/std/std_valarray.h
|
||||
include/g++-3/std/straits.h
|
||||
include/g++-3/std/valarray_array.h
|
||||
include/g++-3/std/valarray_array.tcc
|
||||
include/g++-3/std/valarray_meta.h
|
||||
include/g++-3/stdexcept
|
||||
include/g++-3/stdiostream.h
|
||||
include/g++-3/stl.h
|
||||
include/g++-3/stl_algo.h
|
||||
include/g++-3/stl_algobase.h
|
||||
include/g++-3/stl_alloc.h
|
||||
include/g++-3/stl_bvector.h
|
||||
include/g++-3/stl_config.h
|
||||
include/g++-3/stl_construct.h
|
||||
include/g++-3/stl_deque.h
|
||||
include/g++-3/stl_function.h
|
||||
include/g++-3/stl_hash_fun.h
|
||||
include/g++-3/stl_hash_map.h
|
||||
include/g++-3/stl_hash_set.h
|
||||
include/g++-3/stl_hashtable.h
|
||||
include/g++-3/stl_heap.h
|
||||
include/g++-3/stl_iterator.h
|
||||
include/g++-3/stl_list.h
|
||||
include/g++-3/stl_map.h
|
||||
include/g++-3/stl_multimap.h
|
||||
include/g++-3/stl_multiset.h
|
||||
include/g++-3/stl_numeric.h
|
||||
include/g++-3/stl_pair.h
|
||||
include/g++-3/stl_queue.h
|
||||
include/g++-3/stl_raw_storage_iter.h
|
||||
include/g++-3/stl_relops.h
|
||||
include/g++-3/stl_rope.h
|
||||
include/g++-3/stl_set.h
|
||||
include/g++-3/stl_slist.h
|
||||
include/g++-3/stl_stack.h
|
||||
include/g++-3/stl_tempbuf.h
|
||||
include/g++-3/stl_tree.h
|
||||
include/g++-3/stl_uninitialized.h
|
||||
include/g++-3/stl_vector.h
|
||||
include/g++-3/stream.h
|
||||
include/g++-3/streambuf.h
|
||||
include/g++-3/strfile.h
|
||||
include/g++-3/string
|
||||
include/g++-3/strstream
|
||||
include/g++-3/strstream.h
|
||||
include/g++-3/tempbuf.h
|
||||
include/g++-3/tree.h
|
||||
include/g++-3/type_traits.h
|
||||
include/g++-3/utility
|
||||
include/g++-3/valarray
|
||||
include/g++-3/vector
|
||||
include/g++-3/vector.h
|
||||
)ifdef(`FORTRAN',
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/eg77.info
|
||||
bin/eg77
|
||||
info/eg77.info
|
||||
info/eg77.info-1
|
||||
@ -225,6 +245,7 @@ info/eg77.info-18
|
||||
info/eg77.info-19
|
||||
info/eg77.info-2
|
||||
info/eg77.info-20
|
||||
info/eg77.info-21
|
||||
info/eg77.info-3
|
||||
info/eg77.info-4
|
||||
info/eg77.info-5
|
||||
@ -236,6 +257,7 @@ lib/gcc-lib/ARCH/VERSION/f771
|
||||
lib/gcc-lib/ARCH/VERSION/include/g2c.h
|
||||
lib/gcc-lib/ARCH/VERSION/libg2c.a
|
||||
man/man1/eg77.1
|
||||
@exec install-info --info-dir=%D/info %D/info/eg77.info
|
||||
)ifdef(`OBJC',
|
||||
lib/gcc-lib/ARCH/VERSION/cc1obj
|
||||
lib/gcc-lib/ARCH/VERSION/libobjc.a
|
||||
@ -258,12 +280,18 @@ bin/jv-scan
|
||||
lib/gcc-lib/ARCH/VERSION/jc1
|
||||
lib/gcc-lib/ARCH/VERSION/jvgenmain
|
||||
)ifdef(`GXX',
|
||||
@dirrm include/g++/std
|
||||
@dirrm include/g++
|
||||
@dirrm include/g++-3/std
|
||||
@dirrm include/g++-3
|
||||
)ifdef(`OBJC',
|
||||
@dirrm lib/gcc-lib/ARCH/VERSION/include/objc)
|
||||
@dirrm lib/gcc-lib/ARCH/VERSION/include
|
||||
@dirrm lib/gcc-lib/ARCH/VERSION
|
||||
@dirrm lib/gcc-lib/ARCH
|
||||
@dirrm lib/gcc-lib
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
|
||||
@dirrm ARCH/include
|
||||
@dirrm ARCH/lib
|
||||
@dirrm ARCH
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@exec install-info --info-dir=%D/info %D/info/ecpp.info
|
||||
@exec install-info --info-dir=%D/info %D/info/egcc.info
|
||||
|
@ -5,10 +5,9 @@ Accordingly, egcs C++ compiler is more suitable for C++ development as
|
||||
gnu gcc. Its library approaches the standard, template support is almost
|
||||
complete, namespace support is coming in, it also includes a newer
|
||||
scheduler (haifa) that gives improved results on HPRisc and Alpha
|
||||
architecture. Hopefully, most features of egcs will migrate to
|
||||
gcc over time...
|
||||
architecture.
|
||||
|
||||
I still have to port over and check the g77, objective-C and java
|
||||
front-end. egcs' g77 is more advanced and integrated than GNU-cc g++.
|
||||
egcs is now the official gcc compiler, and the next release of OpenBSD
|
||||
is going to ship with gcc 2.95.1, at least.
|
||||
|
||||
See http://egcs.cygnus.com for more details.
|
||||
|
Loading…
Reference in New Issue
Block a user