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
Bernhard Reutner-Fischer
c77052465a
- pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069
2007-06-26 14:02:29 +00:00
Bernhard Reutner-Fischer
8027784c35
- add full sysroot support for non-ancient toolchains.
...
- start to separate usr/lib and lib to match normal system-layout
2007-06-20 11:26:36 +00:00
"Steven J. Hill"
116acadec9
Add another include path to the CFLAGS.
2007-05-07 04:01:24 +00:00
Bernhard Reutner-Fischer
4fc1724e27
- put staging_dir/usr/bin into the target path, so X-stuff can find freetype-config.
...
Closes #1233
2007-03-20 17:58:36 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
Bernhard Reutner-Fischer
4bbeb74b2e
- the $(XSERVER) target can be provided by different X server impls. Adjust users
...
- rdesktop needs an xserver impl
2007-02-04 19:47:41 +00:00
Bernhard Reutner-Fischer
b82245322e
- make absolutely sure that we are not trying to go into jobserver mode for MAKE1
2007-01-30 17:33:53 +00:00
Eric Andersen
4ac03cc86a
filter pkgconfig output to force it do use our staging_dir and not
...
try to use the system libraries as it is inclined to do
2007-01-14 03:48:13 +00:00
Bernhard Reutner-Fischer
3c9baee374
- use centralized DISABLE_LARGEFILE
...
- nil CXX if there isn't one
2006-12-21 13:51:53 +00:00
Bernhard Reutner-Fischer
761ca0d1a5
- Quote TARGET_PATH. Closes #1107 .
2006-12-08 12:45:45 +00:00
Bernhard Reutner-Fischer
4e5da4289e
- add and use a HOSTCXX variable.
2006-11-20 16:09:43 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
290615edc1
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
2006-10-17 16:57:02 +00:00
Bernhard Reutner-Fischer
6fe5f48cbf
- add missing hung from the BR2_ZCAT introduction
2006-10-01 18:34:45 +00:00
Bernhard Reutner-Fischer
e4a303dd69
- fix bug #1042 ; Hardcoding system-paths is a bad idea. If some of them are not
...
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-09-30 21:08:56 +00:00
Bernhard Reutner-Fischer
e16425c389
- pickup the PATH the user has set.
...
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-08-24 19:35:47 +00:00
Eric Andersen
ddb5ebab06
move TAR_OPTIONS to its rightful place
2006-07-18 22:58:58 +00:00
Paul Mundt
d56e2b342f
Split the target suffix out as a config option, for the few cases where
...
we have to use a different one.
2006-06-05 21:49:44 +00:00