Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-12 | Update various packages to make X run | Ulf Samuelsson | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-02-01 | bump version | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | |||
2007-01-14 | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | |
work on this. | |||
2007-01-14 | Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵ | "Steven J. Hill" | |
for configuration of locale support or not. | |||
2007-01-10 | needs pkg-config | Eric Andersen | |
2007-01-10 | bump version to the latest stable release | Eric Andersen | |
2007-01-10 | add in glib2 | Eric Andersen | |