John Voltz
41f6b79ff7
added more debugging options for packages
2008-03-12 13:07:10 +00:00
John Voltz
1beaf12098
added debug option
2008-03-11 18:15:30 +00:00
Ulf Samuelsson
0c85dfd60c
Use host ldconfig, if external toolchain is used
2008-01-10 09:29:06 +00:00
Ulf Samuelsson
c8e376f83e
FIx syntax error
2007-10-30 10:30:59 +00:00
Ulf Samuelsson
3c2739182b
Allow to remove _nofpu from directories and images
2007-10-18 12:38:26 +00:00
Ulf Samuelsson
29ac0f18d2
Remove debugging info from package/Makefile.in
2007-10-18 07:40:19 +00:00
Ulf Samuelsson
c500802eaf
Remove hyphen from images if empty rootfs suffix
2007-10-18 05:56:05 +00:00
Ulf Samuelsson
79d42d3238
Allow date to be added to Image
2007-10-07 18:23:01 +00:00
Bernhard Reutner-Fischer
5cfb2f794f
- fix some whitespace damage..
...
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-10-05 12:55:40 +00:00
Bernhard Reutner-Fischer
05195c3d00
- default to mips I for mipsel and mips III for mips
...
- suggest some target flags for abi64
2007-10-02 21:36:49 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
3569f2d045
- fix quotes for STRIP.
...
Sorry for any inconvenience this may have caused..
2007-09-29 14:27:39 +00:00
Bernhard Reutner-Fischer
4f5facb9ec
- make sure that strip and all it's arguments are passed if used via
...
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky
for mentioning this.
2007-09-29 10:05:08 +00:00
Bernhard Reutner-Fischer
fbb5f1b94e
- cleanup configure options
2007-09-28 22:15:19 +00:00
Bernhard Reutner-Fischer
5f97580e50
- add FC, remove some duplicate entries, cleanup
...
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
2007-09-28 20:10:22 +00:00
Ulf Samuelsson
966c37f7d2
Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2
2007-09-28 19:49:13 +00:00
Bernhard Reutner-Fischer
e27250c502
- add a query for suggestions on how to deal with MALLOC_GLIBC_COMPAT
2007-09-27 21:58:46 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Bernhard Reutner-Fischer
fecac9bfb6
- revert r19918 for now
2007-09-20 18:28:53 +00:00
Bernhard Reutner-Fischer
7025afd93c
- Reset flags, packages are usually built with -O2 otherwise.
...
Packages that need to pass additional CFLAGS in their .mk have to do something
like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
2007-09-20 17:26:59 +00:00
Bernhard Reutner-Fischer
be10c4a8c9
- add v9a and v9b settings.
...
Will need to change the GCC_TARGET_TUNE accordingly.
2007-09-17 21:50:54 +00:00
Bernhard Reutner-Fischer
153ee9e247
- some more sparc{,64} twiddling
2007-09-15 22:04:49 +00:00
Ulf Samuelsson
49a1413d5d
Add version info (date) to root fs image
2007-09-12 04:40:02 +00:00
Ulf Samuelsson
5f17c052bc
Update various packages to make X run
2007-09-12 04:37:31 +00:00
Bernhard Reutner-Fischer
b6a2729be1
- cosmetic cleanup
2007-09-01 17:32:01 +00:00
Ulf Samuelsson
a9a68fabc5
Add default X11 install directory
2007-08-28 23:02:52 +00:00
Bernhard Reutner-Fischer
4427e87559
- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS
2007-08-28 08:14:51 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
3471ebe0a3
- random whitespace cleanup
2007-08-22 11:47:22 +00:00
Bernhard Reutner-Fischer
1dbe6e3396
- our dependencies are project specific. First (untested) attempt to take this fact into account.
...
Will need to try to copy eventual pre-existing project-specific deps back
to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
2007-08-21 17:56:47 +00:00
Bernhard Reutner-Fischer
1e3c369df8
- move the PROJECT variable setting to a more sensible place
2007-08-21 17:14:56 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Eric Andersen
a7e49eb2af
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
...
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00
Peter Korsgaard
6c0c83fb56
Use cross ldconfig instead of host version
2007-08-08 14:58:47 +00:00
Bernhard Reutner-Fischer
bbd251a075
- add possibility to select different flavours of strip (or none at all for debugging purposes)
2007-07-31 18:06:50 +00:00
Bernhard Reutner-Fischer
cd1819ee15
- nil the CXX env var if we don't have a CXX cross-compiler
2007-07-31 15:10:55 +00:00
Bernhard Reutner-Fischer
85580c38a7
- fix typo in previous commit
2007-07-23 12:03:17 +00:00
Bernhard Reutner-Fischer
58002d40e9
- iff the cross-compiler supports certain mtune,march,mabi flags then use them for the packages.
...
This should make it obvious if the wrong compiler is used to build the target.
2007-07-23 11:37:25 +00:00
"Steven J. Hill"
f60905df62
No platform code in this file.
2007-07-22 20:09:54 +00:00
Ulf Samuelsson
3b7b07a422
ATMEL_MIRROR needs to be available before toolchain is built
2007-07-22 17:17:03 +00:00
Ulf Samuelsson
65a964b6a7
Add additional include directory, required by some packages
2007-07-20 11:36:52 +00:00
Ulf Samuelsson
e7c08c297d
make source-check without permanently changing WGET command
2007-07-20 07:34:28 +00:00
Ulf Samuelsson
4705b60076
Ensure we use host 'make', even when building 'make' in buildroot
2007-07-17 12:09:07 +00:00
Ulf Samuelsson
e17c3858c4
Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR
2007-07-12 15:32:04 +00:00
Ulf Samuelsson
412ca2a4d4
BSP Patch:
...
=========================================================
The purpose of the BSP patch is to allow building
several boards inside the same buildroot tree.
For this to work, each board has to have its
own "$(TARGET_DIR)" and all *configurable* packages
must be rebuilt for each board.
They are now built in the "$(PROJECT_BUILD_DIR)"
All non configurable packages can and should still
be built in the "$(BUILD_DIR)".
If a package is built for one board, then when
you build for a second board of the same architecture
the build becomes a simple copy of the resulting
binaries.
-----
Define BR2_PROJECT which will be used as the selector
between different boards. Note that BR2_PROJECT allow
you to build multiple root file systems for a single
board, and should not be confused with BR2_BOARD_NAME
which relates to the H/W.
-----
Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)"
Define BINARIES_DIR as "binaries/$(PROJECT)"
Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root"
(some prefix/postfix may apply)
Resulting images are stored in "$(BINARIES_DIR)"
-----
Define a few new environment variables in Makefile
PROJECT: Stripped BR2_PROJECT
DATE: Date of build in YYYY-MM-DD format
HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname
BANNER: Stripped BR2_BANNER => /etc/issue
Linux and Busybox will be built in $(PROJECT_BUILD_DIR)
More patches will be needed later to ensure all
configurable packages are built in this directory.
2007-07-12 13:11:03 +00:00
"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.
2007-07-06 04:26:32 +00:00
Bernhard Reutner-Fischer
afc61c6e8e
- adjust infrastructure for new kconfig
2007-06-28 10:47:05 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
de18b661cf
- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target packages
2007-06-27 09:48:23 +00:00
Bernhard Reutner-Fischer
a48d8f5414
- add BR2_INET_IPV6 and BR2_INET_RPC
...
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26 16:34:45 +00:00