The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 4f2691c729 + Search CC, MAKE and AWK variables inside Makefile
+ Set CC_is_gcc to 1 if CC contains gcc substring
  + Use --verbose for LDFLAGS if using gcc
  + Create gdb_get_stdin.c source to avoid problems related to stdin
    macro expansion on some targets. Add gdb_get_stdin.o object
    to XM_ADD_FILES if compilation successful.
    Set LIBGDB_HAS_GET_STDIN conditional in gdblib.inc on success.
  * Rebuild libgdb.a with possible gdb_get_stdin.o added.
  * Check for collect2 in make.log
  + Add libgdb.a manually if not use anymore on gdb executable command line.
  * Try to avoid wrong parsing of library list.

git-svn-id: trunk@24032 -
2013-03-28 12:40:11 +00:00
compiler * Made address comparison 64-bit safe. 2013-03-28 10:44:09 +00:00
ide Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages + Search CC, MAKE and AWK variables inside Makefile 2013-03-28 12:40:11 +00:00
rtl Applied patch from Reinier Olislagers. Fix for Mantis #24159. 2013-03-28 10:08:42 +00:00
tests * fixed type in FloatToStrFIntl introduced in r23311 (mantis #24131) 2013-03-26 18:53:37 +00:00
utils utils: apply Inoussa patch Unicode utils (issue #0022909): 2013-03-27 00:57:50 +00:00
.gitattributes rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 2013-03-27 00:55:37 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00
Makefile.fpc * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00