Thomas Lundquist
|
dc6a57bc69
Added BR2_DEBIAN_MIRROR
|
17 年之前 |
Bernhard Reutner-Fischer
|
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
|
18 年之前 |
Bernhard Reutner-Fischer
|
e4c6340a94
- cleanup and fixes (Cristian Ionescu-Idbohrn)
|
18 年之前 |
Bernhard Reutner-Fischer
|
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
|
18 年之前 |
Bernhard Reutner-Fischer
|
1c26f03b19
- download disappeared, use debian instead
|
18 年之前 |
Ulf Samuelsson
|
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
|
18 年之前 |
Bernhard Reutner-Fischer
|
1904280ac9
- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
|
18 年之前 |
"Steven J. Hill"
|
9a0f303cce
Bump versions.
|
18 年之前 |
"Steven J. Hill"
|
9a4ca08e5f
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
|
18 年之前 |
Bernhard Reutner-Fischer
|
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
|
18 年之前 |
Bernhard Reutner-Fischer
|
5b98b48d85
- bump version
|
18 年之前 |
"Steven J. Hill"
|
2eb9ee3e4f
Need the target LDFLAGS for this to link using external toolchain.
|
18 年之前 |
Eric Andersen
|
85d7f6f05f
fixup package LDFLAGS handling
|
18 年之前 |
Bernhard Reutner-Fischer
|
2208a62d71
- some more CONFIG_UPDATEs by Haavard Skinnemoen
|
18 年之前 |
"Steven J. Hill"
|
fb5219f7dc
Fix failed build due to addition of '--libdir=/lib' which changed the location of where libmagic.a and libmagic.la were located.
|
18 年之前 |
Eric Andersen
|
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
|
18 年之前 |
Bernhard Reutner-Fischer
|
f88374ff2c
- bump version, mv the libmagic.a to the staging dir and peruse one sourcedir
|
18 年之前 |
Bernhard Reutner-Fischer
|
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
|
19 年之前 |
Mike Frysinger
|
6741ed05c2
version bump to 4.17
|
19 年之前 |
Mike Frysinger
|
126da5f7f0
version bump
|
19 年之前 |
Mike Frysinger
|
dfebda0014
remove extra space after touch
|
19 年之前 |
Mike Frysinger
|
8c2fc60997
only build host-file if we need it
|
20 年之前 |
"Steven J. Hill"
|
6b632ad624
Build 'file' for the host as well as the target. If the host system has a version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
|
20 年之前 |
Mike Frysinger
|
bd00131051
file-4.15 is out and it supports cross-compiling :D
|
20 年之前 |
Eric Andersen
|
85d9e768af
file-4.12 is no longer available
|
20 年之前 |
Eric Andersen
|
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
|
20 年之前 |
Mike Frysinger
|
9821ecdb77
version bump
|
20 年之前 |
Eric Andersen
|
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
|
21 年之前 |
Mike Frysinger
|
3a7b488366
use $(TAR_VERBOSITY)
|
21 年之前 |
Eric Andersen
|
44eedc5c44
facelift step number two
|
21 年之前 |