lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:1105: undefined reference to `sign_extend_UInt32'
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:240: undefined reference to `divide_UInt32'
arch/mips/common/decoder.c:231: undefined reference to `divide_Int32'
arch/mips/common/decoder.c:64: undefined reference to `sign_extend_UInt32'
collect2: error: ld returned 1 exit status
PR: 216707
Reported by: antoine (via exp-run)
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
* gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye
* add amd64 support, update autotest,
* in 64bit system, long=64 bit int=32bit, long long =64 bit, long int=64bit;
* in 32bit system, long = 32 bit, int=32bit, long long =64 bit, long int=32bit
* so I do: long ---> int
* Changed files:
*.[ch] which has long --->int , long int ---> int
Makefile
utils/tools/auto_test/daily_test.sh
* added files:
Makefile_gcc-3.3_with_DBCT_X86_32
2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64
PR: 102558 [1]
Submitted by: RuanWei <iamayan at gmail.com> (maintainer) [1]
Approved by: netchild (mentor, implicit)
integrated simulation environment in Linux and Windows. SkyEye environment
simulates typical Embedded Computer Systems (Now it supports Atmel AT91 board
based on ARM7TDMI CPU, board based on ARM720T CPU, board based on StrongARM
(SA1100/SA1110). You can run some Embedded Operation System such as ARM Linux,
uClinux, uc/O
PR: ports/83770
Submitted by: Ruan Wei <iamayan@gmail.com>