2014-05-07 21:52:52 +00:00
|
|
|
LICENSE := LGPL
|
2017-04-09 19:02:41 +00:00
|
|
|
VERSION := 6.3.0
|
2014-05-07 21:52:52 +00:00
|
|
|
DOWNLOADS := gcc.archive
|
|
|
|
|
|
|
|
URL(gcc) := ftp://ftp.fu-berlin.de/gnu/gcc/gcc-$(VERSION)/gcc-$(VERSION).tar.bz2
|
2018-05-07 14:45:50 +00:00
|
|
|
SHA(gcc) := f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
|
2014-05-07 21:52:52 +00:00
|
|
|
DIR(gcc) := src/lib/stdcxx
|
|
|
|
SIG(gcc) := ${URL(gcc)}
|
|
|
|
KEY(gcc) := GNU
|
|
|
|
|
2017-04-09 19:02:41 +00:00
|
|
|
TAR_OPT(gcc) := gcc-$(VERSION)/libstdc++-v3 \
|
|
|
|
gcc-$(VERSION)/libgcc/gthr-single.h \
|
|
|
|
--strip-components=2
|
2014-05-07 21:52:52 +00:00
|
|
|
|
2017-04-09 19:02:41 +00:00
|
|
|
PATCHES := src/lib/stdcxx/*.patch
|
2015-05-28 11:55:47 +00:00
|
|
|
PATCH_OPT := -p1 -d src/lib/stdcxx
|
|
|
|
|
2014-05-07 21:52:52 +00:00
|
|
|
DIRS := include/stdcxx
|
|
|
|
DIR_CONTENT(include/stdcxx) := \
|
|
|
|
src/lib/stdcxx/include/* \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/include/c_compatibility/complex.h \
|
|
|
|
src/lib/stdcxx/include/c_compatibility/fenv.h \
|
|
|
|
src/lib/stdcxx/include/c_compatibility/tgmath.h \
|
|
|
|
src/lib/stdcxx/libsupc++/cxxabi.h \
|
2014-05-07 21:52:52 +00:00
|
|
|
src/lib/stdcxx/libsupc++/exception \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/libsupc++/initializer_list \
|
|
|
|
src/lib/stdcxx/libsupc++/new \
|
|
|
|
src/lib/stdcxx/libsupc++/typeinfo
|
2014-05-07 21:52:52 +00:00
|
|
|
|
|
|
|
DIRS += include/stdcxx/bits
|
|
|
|
DIR_CONTENT(include/stdcxx/bits) := \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/libsupc++/atomic_lockfree_defines.h \
|
|
|
|
src/lib/stdcxx/libsupc++/cxxabi_forced.h \
|
2014-05-07 21:52:52 +00:00
|
|
|
src/lib/stdcxx/libsupc++/exception_defines.h \
|
|
|
|
src/lib/stdcxx/libsupc++/exception_ptr.h \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/libsupc++/hash_bytes.h \
|
2014-05-07 21:52:52 +00:00
|
|
|
src/lib/stdcxx/libsupc++/nested_exception.h \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/config/cpu/generic/atomic_word.h \
|
2014-05-07 21:52:52 +00:00
|
|
|
src/lib/stdcxx/config/cpu/generic/cpu_defines.h \
|
|
|
|
src/lib/stdcxx/config/cpu/generic/cxxabi_tweaks.h \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/config/cpu/generic/opt/bits/opt_random.h \
|
2014-05-07 21:52:52 +00:00
|
|
|
src/lib/stdcxx/config/os/generic/ctype_base.h \
|
|
|
|
src/lib/stdcxx/config/os/generic/ctype_inline.h \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/config/os/generic/error_constants.h \
|
|
|
|
src/lib/stdcxx/config/os/generic/os_defines.h \
|
|
|
|
src/lib/stdcxx/config/locale/generic/messages_members.h \
|
|
|
|
src/lib/stdcxx/config/locale/generic/time_members.h
|
2014-05-07 21:52:52 +00:00
|
|
|
|
|
|
|
DIRS += include/stdcxx/config
|
|
|
|
DIR_CONTENT(include/stdcxx/config) := \
|
|
|
|
src/lib/stdcxx/config/allocator/new_allocator_base.h \
|
|
|
|
src/lib/stdcxx/config/io/basic_file_stdio.h \
|
2017-04-09 19:02:41 +00:00
|
|
|
src/lib/stdcxx/config/io/c_io_stdio.h \
|
|
|
|
src/lib/stdcxx/config/locale/generic/c_locale.h
|
|
|
|
|
|
|
|
default: symlinks
|
2014-05-07 21:52:52 +00:00
|
|
|
|
2017-04-09 19:02:41 +00:00
|
|
|
symlinks: $(DOWNLOADS)
|
|
|
|
ln -s ../../config/io/basic_file_stdio.h src/lib/stdcxx/include/bits/basic_file.h
|
|
|
|
ln -s ../../config/allocator/new_allocator_base.h src/lib/stdcxx/include/bits/c++allocator.h
|
|
|
|
ln -s ../../config/io/c_io_stdio.h src/lib/stdcxx/include/bits/c++io.h
|
|
|
|
ln -s ../../config/locale/generic/c_locale.h src/lib/stdcxx/include/bits/c++locale.h
|
|
|
|
ln -s ../../gthr-single.h src/lib/stdcxx/include/bits/gthr.h
|
|
|
|
ln -s atomicity_builtins/atomicity.h src/lib/stdcxx/config/cpu/generic/atomicity.cc
|
|
|
|
ln -s collate_members.cc src/lib/stdcxx/config/locale/generic/collate_members_cow.cc
|
|
|
|
ln -s messages_members.cc src/lib/stdcxx/config/locale/generic/messages_members_cow.cc
|
|
|
|
ln -s monetary_members.cc src/lib/stdcxx/config/locale/generic/monetary_members_cow.cc
|
|
|
|
ln -s numeric_members.cc src/lib/stdcxx/config/locale/generic/numeric_members_cow.cc
|