Ivan Kuten
|
74a374edb1
|
'make source' command working again for gcc
|
2007-10-20 18:09:53 +00:00 |
|
Ivan Kuten
|
587c4892e5
|
fix libmudflap build failure for 4.1.2 gcc - pass CPP=<target_cpp>, thanks to Hamish Moffatt
|
2007-10-19 17:51:00 +00:00 |
|
Ulf Samuelsson
|
8e650f6ec0
|
Allow library copy to fail
|
2007-10-12 21:01:41 +00:00 |
|
Ulf Samuelsson
|
d89d54541e
|
Do not copy shared C++ lib, unless one is built
|
2007-10-12 15:14:46 +00:00 |
|
Ulf Samuelsson
|
06cd2634a2
|
Do not create directories, if they exist
|
2007-10-07 17:22:56 +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
|
00b8456cd5
|
- whitespace cleanup (Cristian Ionescu-Idbohrn)
|
2007-09-30 12:46:02 +00:00 |
|
Ulf Samuelsson
|
f885e239ea
|
Revert modification of gcc, and make it AVR32 specific
|
2007-09-29 20:44:30 +00:00 |
|
Ulf Samuelsson
|
7a478629c1
|
Use linke to build-time-tools, disable libssp which does not work for cross-compile
|
2007-09-29 17:32:58 +00:00 |
|
Ulf Samuelsson
|
884482357c
|
Add bells and whistles to allow gcc-4.1.2-AVR32 buildprocess to progress further, not home yet though
|
2007-09-28 19:53:13 +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 |
|
Ulf Samuelsson
|
01426334b4
|
reinstate AVR32 toolchain
|
2007-09-26 05:36:11 +00:00 |
|
Bernhard Reutner-Fischer
|
d8fc1c0a74
|
- remove one invariant in toolchain type selection.
|
2007-09-25 08:18:36 +00:00 |
|
Bernhard Reutner-Fischer
|
4909da4156
|
- rename the gcc base_target to the more appropriate term cross_compiler
|
2007-09-22 21:38:15 +00:00 |
|
Bernhard Reutner-Fischer
|
e4c6340a94
|
- cleanup and fixes (Cristian Ionescu-Idbohrn)
|
2007-09-17 12:30:31 +00:00 |
|
Bernhard Reutner-Fischer
|
367200b754
|
- correctly filter out the script
|
2007-09-04 07:35:19 +00:00 |
|
Ulf Samuelsson
|
e5409f4423
|
Cleanup handling of gccbug script
|
2007-09-03 06:26:06 +00:00 |
|
Ulf Samuelsson
|
82d52e8d84
|
Cleanup handling of gccbug script
|
2007-09-03 06:10:01 +00:00 |
|
Bernhard Reutner-Fischer
|
777a28a85d
|
- add sequence-point for toplevel parallel builds: uClibc needs an initial gcc
|
2007-09-01 18:46:46 +00:00 |
|
Bernhard Reutner-Fischer
|
e1c9fa056c
|
- GCC_CROSS_LANGUAGES for non-sysroot enabled gcc
|
2007-09-01 17:09:08 +00:00 |
|
Bernhard Reutner-Fischer
|
98a7a4c9d2
|
- misc cleanups (Cristian Ionescu-Idbohrn)
|
2007-08-28 21:42:44 +00:00 |
|
Bernhard Reutner-Fischer
|
d3361c6685
|
- If we are to build some libs then require them to exist.
- Strip host files with host strip (untested, will likely need a HOSTSTRIP)
|
2007-08-26 20:47:18 +00:00 |
|
Bernhard Reutner-Fischer
|
6547bced93
|
- global whitespace trimming
|
2007-08-22 12:35:41 +00:00 |
|
Bernhard Reutner-Fischer
|
956d3eb78b
|
- semicolon touchup. No other changes
|
2007-08-22 09:56:41 +00:00 |
|
Bernhard Reutner-Fischer
|
fb9d19603c
|
- fixup whitespace damage after ulf
|
2007-08-21 19:33:00 +00:00 |
|
Bernhard Reutner-Fischer
|
6c6cb06709
|
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
|
2007-08-21 19:20:18 +00:00 |
|
Bernhard Reutner-Fischer
|
7b403ada37
|
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
|
2007-08-21 11:25:30 +00:00 |
|
Bernhard Reutner-Fischer
|
3539f8a9d1
|
- put libstdc++.so into the correct place (usr/lib) and make sure that the dir exists
|
2007-08-21 10:28:43 +00:00 |
|
Ulf Samuelsson
|
840325e170
|
Add support for prepatched toolchains
|
2007-07-31 14:59:58 +00:00 |
|
Bernhard Reutner-Fischer
|
9fbb109506
|
- unify the GCC_WITH_ configure options and make them active
|
2007-07-08 16:27:25 +00:00 |
|
"Steven J. Hill"
|
3b2d671335
|
This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location.
|
2007-07-05 05:15:47 +00:00 |
|
Bernhard Reutner-Fischer
|
a6dbba6c24
|
- disable sysroot support for anything but the current, stable release series
|
2007-06-24 11:30:05 +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 |
|
Bernhard Reutner-Fischer
|
c6eb2ed657
|
- adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
|
2007-06-06 18:14:00 +00:00 |
|
Peter Korsgaard
|
002ad94857
|
Fixed silly typo. Thanks to Petur Thors for reporting
|
2007-05-24 21:23:19 +00:00 |
|
Peter Korsgaard
|
77c982494d
|
Strip libraries
|
2007-05-15 13:58:35 +00:00 |
|
"Steven J. Hill"
|
370057a206
|
If using an external toolchain, don't include any of this stuff.
|
2007-04-13 02:04:32 +00:00 |
|
Bernhard Reutner-Fischer
|
c179b0113d
|
- see if the dir exists before trying to strip an empty list of files..
|
2007-03-22 17:21:18 +00:00 |
|
Bernhard Reutner-Fischer
|
e3b7510da0
|
- gcc-4.1.2 released
|
2007-02-14 08:49:00 +00:00 |
|
Bernhard Reutner-Fischer
|
364567c959
|
- new prerelease
|
2007-02-09 14:05:51 +00:00 |
|
Bernhard Reutner-Fischer
|
19818694fe
|
- fix crosscompiler prerequisites
|
2007-02-09 13:05:43 +00:00 |
|
Bernhard Reutner-Fischer
|
48dc1ba733
|
- add missing hunk from fix for #1191
|
2007-02-04 21:59:39 +00:00 |
|
Bernhard Reutner-Fischer
|
3c1f00b21a
|
- avoid spurious rebuilds. Thanks to janlana, closes #1191
- provide a syslinux-source target while at it
|
2007-02-04 16:34:56 +00:00 |
|
Bernhard Reutner-Fischer
|
67bed999ab
|
- add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel like
|
2007-01-31 15:09:26 +00:00 |
|
Bernhard Reutner-Fischer
|
4687e00808
|
- for the native target gcc, drop --enable-optspace in favour of using the configured flags (that default to -Os anyway).
Saves about 20% size without additional configure args:
text data bss dec hex filename
4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1
3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1
4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951
3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951
|
2007-01-26 14:51:38 +00:00 |
|
Bernhard Reutner-Fischer
|
d8c52bc740
|
- TODO: cleanup BR2_ARCH selection and establish BR2_CPU
|
2007-01-25 00:18:19 +00:00 |
|
Bernhard Reutner-Fischer
|
3968d231ff
|
- don't rely on buggy gmp/mpfr on the host but use our own build iff we are about to build a somewhat current toolchain.
|
2007-01-22 19:17:23 +00:00 |
|
Bernhard Reutner-Fischer
|
dcf9c23309
|
- Pass largefile support down to the cross- and the native target compiler.
|
2006-12-28 08:48:31 +00:00 |
|
Bernhard Reutner-Fischer
|
df03c0df98
|
- add gfortran support
|
2006-12-22 11:45:20 +00:00 |
|
Bernhard Reutner-Fischer
|
1c0bd351ad
|
- fix building the target-compiler by passing the correct HOSTCC in.
|
2006-12-22 11:43:06 +00:00 |
|