[parrot/parrot] d99c34: [build] Change darwin build flags to enable gdb de...

GitHub noreply at github.com
Tue Oct 14 09:31:28 UTC 2014


  Branch: refs/heads/rurban/darwin-build-gh1096
  Home:   https://github.com/parrot/parrot
  Commit: d99c3406830dca9e2f8628958e7f94f812931368
      https://github.com/parrot/parrot/commit/d99c3406830dca9e2f8628958e7f94f812931368
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-10-13 (Mon, 13 Oct 2014)

  Changed paths:
    M config/gen/config_pm.pm
    M config/gen/config_pm/config_lib_pir.in
    M config/gen/makefiles/root.in
    M config/init/defaults.pm
    M config/init/hints/darwin.pm
    M config/inter/progs.pm
    M lib/Parrot/Configure/Options/Conf.pm
    M lib/Parrot/Configure/Options/Conf/CLI.pm
    M lib/Parrot/Configure/Options/Conf/Shared.pm
    M lib/Parrot/Configure/Utils.pm

  Log Message:
  -----------
  [build] Change darwin build flags to enable gdb debugging

compile parrot_old static. use this for debugging with gdb.
keep -undefined dynamic_lookup only for dynamically loaded bundles.
add -lparrot to bundles.

darwin unrelated:
* honor cmdline flags for --ld and --link
* allow --debugging=flags to set -g3
  Note this turns off -g debugging symbols per default, and thus
  fails all configure tests
* add new flag --ccld to set --c, --ld and --link at once
* move deletion of generated config and makefiles from archclean
  to realclean/distclean. we want to delete all object and executables
  only there.

See [GH #1096]


  Commit: 1fbe68c71e1f9fa5b1638a3492047f9308cc7b6c
      https://github.com/parrot/parrot/commit/1fbe68c71e1f9fa5b1638a3492047f9308cc7b6c
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M config/gen/makefiles/root.in
    M config/init/defaults.pm
    M config/init/hints/cygwin.pm
    M config/init/hints/darwin.pm

  Log Message:
  -----------
  [build] darwin inst_libparrot_soname, cygwin gcc, all vs core

use a small default target: core.
all builds now all, including docs and installables

new seperate INSTALLABLELIBPARROT for darwin with
inst_libparrot_soname => -install_name
remake INSTALLABLELIBPARROT with this then.

use faster coreutils helpers.
seperate into some_utils for core, and parrot_utils for all.
which makes only a difference on non-shared builds.

on cygwin revert back to gcc, gcc-4 is not more.


Compare: https://github.com/parrot/parrot/compare/d99c3406830d^...1fbe68c71e1f


More information about the parrot-commits mailing list