Commit Graph

553 Commits

Author SHA1 Message Date
Eric Andersen
225802fc60 With a bit of luck, buildroot should work now 2003-11-07 04:50:28 +00:00
Eric Andersen
24314c704f Update binutils version. Reportly fixes big endian arm... 2003-11-06 09:31:13 +00:00
Eric Andersen
d399514752 A bit more wiggling to prevent asking about the target
architecture when possible, since we already know the
correct answer.
2003-11-05 01:34:17 +00:00
Eric Andersen
55b7ab982f Yet more adaption for arches such as mipsel. Do not provide
defaults for endianness.  Either it will be automaticly correct
(such as for i386), or we need to prompt.
2003-11-05 01:27:22 +00:00
Eric Andersen
2a1f90c518 Translate arch to use uClibc friendly naming (i.e. mipsel -> mips) 2003-11-05 01:10:48 +00:00
Eric Andersen
5f7b7e144b Peter S. Mazinger writes:
Hello!

perl (WCHAR) changes .conf instead of .config

Peter
2003-11-04 20:44:02 +00:00
Eric Andersen
a49329139d Set TARGET_ARCH also 2003-11-04 14:00:41 +00:00
Eric Andersen
5833504dad minor changes to accomodate the config system updates 2003-11-04 13:56:00 +00:00
Eric Andersen
31869eaac8 The version of grep we use is has not yet been restored to
the gnu download site.  Use the source from the debian site
instead.
2003-11-03 10:02:53 +00:00
Eric Andersen
19b58108f8 The version of libtool we use is has not yet been restored to
the gnu download site.  Use the source from the debian site
instead.
2003-11-03 10:00:08 +00:00
Manuel Novoa III
0079e8b3d2 Make sure the root/etc/init.d directory is there. 2003-11-02 02:09:13 +00:00
Manuel Novoa III
e93cda4d39 Make sure the root/usr/lib directory is there. 2003-11-02 02:05:46 +00:00
Eric Andersen
06d2c51856 do not build valgrind for non-i386 2003-11-01 05:59:43 +00:00
Eric Andersen
b1f39829cd strace 4.5 builds properly for mipsel, and does not use sys_errlist,
so we no longer need to patch anything.
 -Erik
2003-11-01 05:57:07 +00:00
Manuel Novoa III
d632d42b34 Enable building soft float buildroot for gcc 3.3. Currently works for
i386 (limited to 64 bit long double... same as double), arm (libfloat),
  mips, and mipsel.
Enable cross compiling a native gcc 3.3 toolchain to run on the target.
Misc rootfs cleanups... strip some things that weren't, eliminate duplicate
  libs, move openssl shared libs out of /lib, reduce size of libssl.so
  by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-11-01 05:34:41 +00:00
Manuel Novoa III
933dfd1a69 Update to latest version. 2003-10-22 19:24:50 +00:00
Eric Andersen
74c1635746 this should fixup some of those pesky build problems... 2003-10-22 06:32:20 +00:00
Eric Andersen
3c913b59bf Upgrade valgrind 2003-10-19 07:36:18 +00:00
Eric Andersen
83b95bdb42 Cope with the new RUNTIME_PREFIX 2003-10-18 11:51:50 +00:00
Eric Andersen
02bf5816b5 Add support for 'make -j3' so make to run stuff in parallel 2003-10-18 11:09:54 +00:00
Eric Andersen
08e8565328 do not use a perl, just use a patch 2003-10-18 06:47:18 +00:00
Eric Andersen
58b9b541b9 Update to gcc 3.3.2 2003-10-18 03:16:18 +00:00
Eric Andersen
70c7a84283 support using ccache within the target system 2003-10-16 01:05:02 +00:00
Eric Andersen
058f423237 simplify things a little bit 2003-10-15 07:04:19 +00:00
Eric Andersen
a9ea376897 bump version 2003-10-15 07:01:52 +00:00
Eric Andersen
ba9a1bc12c Do not overwrite ldconfig with /bin/true anymore 2003-10-14 05:53:15 +00:00
Eric Andersen
01917d0e05 Update to dropbear 0.38 2003-10-11 17:52:16 +00:00
Eric Andersen
de51377181 Use a local copy of the source when building gcc-target (since
we hacked up the source used to build the cross compiler).

Fix the crt1.o not found problems.  It turns out gcc was thinking
it was acting as a cross compiler, which is clearly not what we
want here.

With this, everything seems to be working nicely for both C
and C++.
2003-10-08 02:46:12 +00:00
Eric Andersen
1ffc9aa94a Minor cleanup, remove some unnecessary stuff 2003-10-08 02:43:49 +00:00
Eric Andersen
976f46b798 Update included kernel version 2003-10-07 10:52:23 +00:00
Eric Andersen
736c85a8b9 update dropbear release location 2003-10-06 17:14:42 +00:00
Eric Andersen
c1846604ed Add the linux test project test suite. The 'make install' step is currently
broken, since I've not worked out how I want to handle that step (it wants to
run as root).
2003-10-06 08:06:02 +00:00
Eric Andersen
1d669278d8 Update file 2003-10-03 01:27:09 +00:00
Eric Andersen
f056ca7b18 Update to non-vulnerable version 2003-10-01 07:30:19 +00:00
Eric Andersen
a008b17002 Fix the build when host arch == target arch 2003-09-30 20:32:37 +00:00
Eric Andersen
c2ea490757 With this, buildroot builds w/o needing the magic symlink,
and properly cross compiles.  Wohoo, time to ship...
 -Erik
2003-09-30 05:23:18 +00:00
Eric Andersen
626312a278 Fixup gcc_target build. 2003-09-27 01:13:47 +00:00
Eric Andersen
91a2680a50 Fixup the binutils_target build 2003-09-27 01:11:27 +00:00
Eric Andersen
a0aef7c41b This should at least build. I think. 2003-09-26 21:18:46 +00:00
Eric Andersen
15418c9c2c Update dropbear to the latest and greatest 2003-09-26 21:04:12 +00:00
Eric Andersen
9c5021ebc9 The openssl build was broken 2003-09-26 21:02:57 +00:00
Eric Andersen
c72f740e64 Needs this to compile 2003-09-14 11:44:28 +00:00
Eric Andersen
f1a6e06ae7 Fix thinko 2003-09-14 11:43:09 +00:00
Eric Andersen
6663336f38 Use more consistant naming 2003-09-14 11:42:02 +00:00
Eric Andersen
cb7d5b81c9 Rework toolchain build to make it much more modular and
remove the redundant redundancy.
2003-09-14 11:38:35 +00:00
Eric Andersen
dde95efe4a Teach dropbear to depend on zlib 2003-09-12 00:25:27 +00:00
Eric Andersen
4b51328693 Alex King writes:
Dropbear have bumpeed their version to 0.36, and 0.35 is not where
buildroot expects it (they seem to have removed that version.)
2003-09-12 00:24:32 +00:00
Eric Andersen
79a631349f Lets give binutils-2.14.90.0.6 a try, shall we? 2003-09-11 12:39:47 +00:00
Eric Andersen
9dcfa9a6f5 Fix silly typos 2003-09-11 12:24:06 +00:00
Eric Andersen
afcbe6fc3d Make installing libstdc++ optional 2003-09-11 10:40:12 +00:00
Eric Andersen
4b97e3fdb1 Add support for fakeroot 2003-09-11 09:41:16 +00:00
Eric Andersen
a2368356e7 Fixup gcc_target build so it does not require the magic
/lib/ld-uClibc.so.0 symlink allowing target stuff to run
on the build host.
 -Erik
2003-09-10 11:20:23 +00:00
Eric Andersen
804307fb8d Default to using uClibc 0.9.21 2003-09-10 09:09:22 +00:00
Eric Andersen
def1702549 Make gcc 2.95 build 2003-09-09 21:53:38 +00:00
Eric Andersen
9115ee5c19 Fixup broken tabs 2003-09-05 09:12:56 +00:00
Eric Andersen
2279207edd Make some more things compile 2003-09-04 23:48:03 +00:00
Eric Andersen
fba6a22e57 Patch from Bruce Edge to add raidtools 2003-09-04 20:25:57 +00:00
Eric Andersen
47c35f2fc0 teach glib to cross compile 2003-09-04 08:15:44 +00:00
Eric Andersen
a9ade645c6 Set CC_FOR_HOST 2003-09-04 03:32:17 +00:00
Eric Andersen
4e335944d7 Make sure cross building binutils works 2003-09-03 23:05:45 +00:00
Eric Andersen
5c13146145 Fixup strace so it compiles 2003-09-03 07:28:50 +00:00
Manuel Novoa III
0e956fc164 Add support for enabling use of libintl.
Add support for libstd++ in full locale mode, and remove the need for
  config hacks when using uClibc stub locale support.
TODO --
  gdb intl support is still broken.
  uClibc should auto-download the pregenerated locale data
2003-09-03 07:18:18 +00:00
Eric Andersen
92cecf265e Make sure binutils does not leak system libraries into the build.
patch from mjn3 to prevent gcc using broken include paths
2003-09-02 12:22:02 +00:00
Eric Andersen
80bf917e67 "Letss Thry thatt again..." 2003-08-31 06:21:51 +00:00
Eric Andersen
8296a7925d doh! 2003-08-31 06:18:05 +00:00
Eric Andersen
ec6044d424 This should be significantly less broken... Might even work. ;-) 2003-08-31 06:16:24 +00:00
Eric Andersen
2009ee7ce0 Revert strace to a stable version that actually compiles 2003-08-22 12:56:12 +00:00
Eric Andersen
43a91ad55a cleanup strip command a bit 2003-08-22 12:51:15 +00:00
Eric Andersen
8dfe0ab6c8 remove some leftover garbage 2003-08-22 12:49:54 +00:00
Eric Andersen
541ecb8d06 Make binutils not leak libraries 2003-08-22 12:47:39 +00:00
Eric Andersen
a703554ec6 It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps cross
building the whole darn thing is now possible!
 -Erik
2003-08-20 14:30:11 +00:00
Eric Andersen
d9540bda1f Fix ncurses so it properly compiles 2003-08-19 06:37:00 +00:00
Manuel Novoa III
f068e6fd03 Make the whole usr/local/lib/iptables path. 2003-08-19 02:47:19 +00:00
Eric Andersen
16a89eb07d Doh! 2003-08-17 11:23:26 +00:00
Eric Andersen
9a392d0a79 Update dropbear to the latest and greatest, fixing a
security problem
2003-08-17 10:22:03 +00:00
Eric Andersen
188cfe5f4f Update valgrind 2003-08-17 10:20:48 +00:00
Eric Andersen
fbd3555948 Update to binutils-2.14.90.0.5 and gcc-3.3.1 2003-08-17 10:11:51 +00:00
Eric Andersen
47adb53620 I missed a spot 2003-08-10 10:12:30 +00:00
Eric Andersen
f8185c07aa oops. don't default to a dev version of gcc 2003-08-09 23:11:57 +00:00
Eric Andersen
9050d7e72a Be sure to install libstdc++ and libgcc_s 2003-08-09 23:10:32 +00:00
Eric Andersen
b7b51909ba Cope with some autoconf wierdness 2003-08-07 06:07:54 +00:00
Eric Andersen
669f7d88b3 Patch from Michael Shuler. Update to version 1.2.8 and remember to
copy all the required shared libs -- without them iptables dosen't
do very much.
2003-07-27 04:00:50 +00:00
Eric Andersen
09665b98bf oops. Fixup target to correctly download and use gcc 3.3 2003-07-21 19:22:15 +00:00
Eric Andersen
6a9a1c6301 Fixup valgrind build 2003-07-14 09:13:51 +00:00
Eric Andersen
79815f7b45 Update to valgrind 1.9.6 2003-07-13 22:27:37 +00:00
Eric Andersen
2a87d1ac0e Set current uClibc stable version to 0.9.20 2003-07-01 05:23:04 +00:00
Eric Andersen
55b2ef0fc2 Strip the perl binary 2003-06-28 03:13:23 +00:00
Eric Andersen
1369474734 Add support for building perl 2003-06-28 02:02:47 +00:00
Eric Andersen
4948206d1e Don't overwrite /bin/busybox with patch 2003-06-27 19:01:12 +00:00
Eric Andersen
5e7ac2deab Fixup arm and mips builds 2003-06-27 01:51:07 +00:00
Eric Andersen
d35e981e64 Update coreutils to 5.0 2003-06-25 21:22:00 +00:00
Eric Andersen
793161ad1c Fix binutils path 2003-06-23 22:43:36 +00:00
Eric Andersen
c314ac957e Fix the binutils dir 2003-06-23 21:40:29 +00:00
Eric Andersen
2ae1136ed5 Revert to binutils 2.13.2.1, since .14 seems to have some problems
with cross compiling
2003-06-23 21:34:49 +00:00
Eric Andersen
aa5091d50c Add support for the Dropbear SSH server 2003-06-23 21:05:54 +00:00
Eric Andersen
ded9ff0bcc As noted by Michael Labuschke, ntp is a gzip archive... 2003-06-23 06:47:34 +00:00
Eric Andersen
4e10e4af18 Switch to using gcc 3.3 2003-06-21 08:02:11 +00:00
Eric Andersen
299149e4aa Add in my default set of 2.4.21 kernel patches 2003-06-20 20:48:11 +00:00
Eric Andersen
7c7119fc69 Teach openssh to configure itself and start running sshd on boot 2003-06-20 20:31:15 +00:00
Eric Andersen
c54d7f45ac Fix broken dependancy 2003-06-20 20:13:08 +00:00
Eric Andersen
12c383b56d run depmod after building pcmcia and after hostap 2003-06-20 12:15:27 +00:00
Eric Andersen
4cc06f8ea8 Fixup iproute so it compiles up properly. Use the debian
source as the .ru site has availability problems
2003-06-14 05:56:59 +00:00
Eric Andersen
b5e4e1ff9e Ok, I'm an idiot. Fix the url. 2003-06-14 04:38:37 +00:00
Eric Andersen
faeb67b1a0 Default to 2.4.21 2003-06-14 00:49:08 +00:00
Eric Andersen
922fb354eb Default to using a single fast sourceforge mirror 2003-06-14 00:46:16 +00:00
Eric Andersen
26cbc57359 Upgrade strace to version 4.4.98 2003-06-12 22:32:59 +00:00
Eric Andersen
7137dda19e Add in ttcp support 2003-06-11 07:27:45 +00:00
Eric Andersen
5d5cef059a Be sure the /etc/default dir exists 2003-06-10 03:02:26 +00:00
Eric Andersen
aa231db935 Yet another pcmcia update. Hopefully it will work properly
for everyone this time around.
2003-06-09 21:24:15 +00:00
Eric Andersen
add0cec283 Update pcmcia-cs to version 3.2.4 2003-06-09 18:28:53 +00:00
Eric Andersen
fedfb7d03e Fix init script install 2003-06-05 17:57:27 +00:00
Eric Andersen
e56cd7a764 Fix the binary name and path 2003-06-05 08:27:41 +00:00
Eric Andersen
19109125e8 support vtun 2003-06-05 08:19:53 +00:00
Eric Andersen
bc9fb854fe Make absolutely certain no host libraries can ever sneak
into the build process.  Binutils was letting things sneak
in which caused ugly problems.
2003-06-05 06:37:42 +00:00
Eric Andersen
2e312fabc6 Fixup a couple of thinko. Use the specified kernel compiler when compiling
pcmcia modules.  And use the correct kernel source.
2003-06-05 02:35:46 +00:00
Eric Andersen
fd9a6c1786 Fixup a case where system libs could sneak into the link process
due to collect2 making wrong assumptions.
2003-06-05 02:21:44 +00:00
Eric Andersen
abcac7f79b Fixup a case where system libs could sneak into the link process
due to collect2 making wrong assumptions.
2003-06-04 21:39:44 +00:00
Eric Andersen
c70d248704 Cleanup method for excluding header files 2003-06-04 21:01:33 +00:00
Eric Andersen
ef9d12c6ca Cleanup pcmcia a bit (such as removing the X11 binary it installs)
and use the pcmcia default init script rather than including a
default one in the target_skeleton.
2003-06-04 20:47:18 +00:00
Eric Andersen
e33a8dbf70 Support net-snmp for those into that sortof thing 2003-06-04 20:45:47 +00:00
Eric Andersen
7846979f86 Build pci and plx drivers 2003-06-04 20:43:31 +00:00
Eric Andersen
8373f89889 Update user mode Linux target 2003-06-04 20:37:41 +00:00
Eric Andersen
0f991230aa Build the 'tc' binary 2003-06-04 18:36:51 +00:00
Eric Andersen
b55b16a32a Use flex_2.5.4a-24.diff.gz from stable 2003-05-15 22:15:06 +00:00
Eric Andersen
48f0851644 Little logic cleanup 2003-04-28 02:12:40 +00:00
Eric Andersen
d906413ad9 Update gcc to version 3.2.3. Fix the openssh patch 2003-04-26 02:59:09 +00:00
Eric Andersen
1c8e0b4771 Patch from Bruno Randolf to fix openssh cross-compile to not
use the host system's 'strip' command and thereby break the
target binaries.
2003-04-25 19:58:35 +00:00
Eric Andersen
ec59e37f4d make coreutils compile faster 2003-03-31 20:01:12 +00:00
Eric Andersen
bb5e7c5f0f support building gettext 2003-03-24 19:36:42 +00:00
Eric Andersen
6c1f9834b3 Upgrade to 3.1.2 2003-03-21 19:38:40 +00:00
Eric Andersen
9c636934a0 Do not blindly strip all symbols from from all libs. libpthread
needs its symbols for pthread debugging to work.  Let it be a
local decision.
2003-03-13 20:30:07 +00:00
Eric Andersen
5b89b722a2 Patch from Dana Soward so it works properly 2003-03-10 20:49:53 +00:00
Eric Andersen
18e7cb41a1 Implement bzip2 2003-03-10 20:48:19 +00:00
Eric Andersen
c970910138 Support gzip 2003-03-10 19:34:38 +00:00
Eric Andersen
867b5c77c3 Add util-linux, from Claus Rosenberger, with minor changes from me 2003-03-10 17:58:07 +00:00
Eric Andersen
0811c2d516 Claus Rosenberger reported that hostname is supposed to be in /bin 2003-03-10 17:45:39 +00:00
Eric Andersen
1c6aad3440 work around deficiencies in GNU tar that prevented several
items from actually being installed
2003-03-06 18:24:00 +00:00
Eric Andersen
55de6e5b69 Make certain coreutils gets installed. 2003-03-06 17:44:29 +00:00
Eric Andersen
e08cade737 run autoconf 2003-03-05 23:02:58 +00:00
Eric Andersen
ba23073bde Oops. I was building for the host arch, not the target. duh. 2003-03-05 23:01:28 +00:00
Eric Andersen
db5a6bf46e Update version of file 2003-03-05 16:47:49 +00:00
Eric Andersen
996495c569 Don't mess with the headers files installed by uClibc 2003-03-05 12:07:24 +00:00
Eric Andersen
f41e5368e7 missed a spot 2003-03-04 21:00:40 +00:00
Eric Andersen
82e6f7d125 Fake up an arm-linux source-tree 2003-03-04 21:00:20 +00:00
Eric Andersen
cc16cd656a Make things compile once again 2003-03-04 20:16:42 +00:00
Eric Andersen
ff80500aa2 don't depend on symlinks 2003-03-04 20:16:15 +00:00
Eric Andersen
1fc3f2f3de Rework things to ensure we are cross compiling. Teach problematic
apps like openssh to cross compile.  This eliminates the need for
the magic ld-uClibc.so.0 symlink in /lib
2003-03-04 19:16:19 +00:00
Eric Andersen
c89e7d4bfe Update to uClibc 0.9.19 2003-03-03 21:33:17 +00:00
Eric Andersen
1e879f1876 Fixup db target 2003-03-01 22:00:42 +00:00
Eric Andersen
7775f655a9 Add a patch for better debugging of staticly linked threaded apps.
-Erik
2003-03-01 20:02:34 +00:00
Eric Andersen
aaadf67723 Fixup stupid compile error 2003-02-26 00:42:43 +00:00
Eric Andersen
d9d8e42cb9 Update tar version. Minor fix for gcc includes when NOT
building a bootstrapping toolchain.
2003-02-23 08:54:13 +00:00
Eric Andersen
68671dcc61 Fixup gcc_target so it works for people that don't wish to
build a gcc toolchain to bootstrap the system and instead
want to use uClibc's gcc wrapper.
2003-02-19 10:41:54 +00:00
Eric Andersen
0954f3b8e9 Fix dependancy on zlib 2003-02-19 09:59:24 +00:00
Eric Andersen
a5c2354153 Fixup 'make source' target 2003-02-19 08:56:04 +00:00
Eric Andersen
c8eea31d3f Add support for bridge-utils, thanks to Michael Shuler 2003-02-19 07:07:53 +00:00
Eric Andersen
ed3524a06b Per discussion with Christian MICHON, revert to version 1.35 2003-02-18 18:47:57 +00:00
Eric Andersen
1cde9aa1cd Add in /lib/cpp symlink 2003-02-17 12:16:29 +00:00
Eric Andersen
d8c849445d Add --disable-perl-regexp 2003-02-17 01:21:33 +00:00
Eric Andersen
3460bef669 Sigh 2003-02-15 22:58:44 +00:00
Eric Andersen
bbe35d4817 Fix pcmcia startup. Add grep 2003-02-15 12:36:32 +00:00
Eric Andersen
039a17c489 oops 2003-02-15 10:42:54 +00:00
Eric Andersen
befb097e10 Fix a few problems noticed by Peter S. Mazinger 2003-02-15 10:23:19 +00:00
Eric Andersen
a50c4277de Fixup pcmcia initialization 2003-02-14 12:21:10 +00:00
Eric Andersen
b2c6fe8f78 Remove unwanted docs 2003-02-14 12:20:38 +00:00
Eric Andersen
08a3992f33 Be extra pedantic about the PATH 2003-02-12 18:47:09 +00:00
Eric Andersen
cdd7d014ea Make sure we find ranlib and ar 2003-02-12 15:18:12 +00:00
Eric Andersen
b447635792 Not 100MB by default 2003-02-12 14:36:57 +00:00
Eric Andersen
31aefeff58 cut and paste leftovers 2003-02-12 14:29:59 +00:00
Eric Andersen
ec28a35331 dont use ftp 2003-02-12 14:19:49 +00:00
Eric Andersen
6e2b8acbcb Update uClibc version 2003-02-12 13:57:46 +00:00
Eric Andersen
9cb6fac8df Fixup ldconfig symlink 2003-02-12 12:43:44 +00:00
Eric Andersen
289395d555 Fix dependancies 2003-02-12 12:43:15 +00:00
Eric Andersen
089db85919 Add support for several new utilities 2003-02-12 10:40:28 +00:00
Eric Andersen
d4ef2a6a25 Update toolchains a bit forther so that after blowing away the 'build'
directory we do not need to rebuild the toolchain (which now is built under
'toolchain_build').  Should help prevent a bunch of unnecessary toolchain
rebuilds.
 -Erik
2003-02-12 10:39:09 +00:00
Eric Andersen
0e740cf577 fix URLs 2003-02-12 09:26:13 +00:00
Eric Andersen
d322f37644 Lots and lots of changes 2003-02-12 08:10:40 +00:00
Eric Andersen
65f6db929a Update to version 4.5.6 2003-02-07 13:45:53 +00:00
Eric Andersen
7cb14e358f Fixup a really stupid typo 2003-02-06 23:01:07 +00:00
Eric Andersen
1bf1972968 Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
Update the default uClibc config.
2003-02-06 19:57:05 +00:00
Eric Andersen
9278a0bb9b Fix a stupid typo 2003-02-05 22:41:35 +00:00
Eric Andersen
fb0c9ec541 Fix naming problem 2003-02-05 22:33:23 +00:00
Eric Andersen
95ff38838b teach libtool to use the correct system compiler 2003-02-05 10:43:44 +00:00
Eric Andersen
edf9538cba Fix typo, kill now unneeded stlport.mk 2003-02-04 22:45:26 +00:00
Eric Andersen
18e33c254e Support building a gcc-2.95 toolchain instead 2003-02-04 12:37:32 +00:00
Eric Andersen
39eb7da878 Be extra sure that /etc/init.d/S30pcmcia is executable 2003-02-04 10:35:13 +00:00
Eric Andersen
aef9023647 Update to dhcp-3.0pl2 2003-02-04 10:34:33 +00:00
Eric Andersen
7254ee77e5 Be really cereful to ensure udhcp.script is executable 2003-02-03 12:46:30 +00:00
Eric Andersen
fa7f8b8eca Add dhcp relay daemon 2003-02-03 12:29:48 +00:00
Eric Andersen
45923fa7d3 Fix regex 2003-01-31 23:35:08 +00:00
Eric Andersen
97395255e4 udhcp doesn't depend on pcmcia 2003-01-30 15:52:44 +00:00
Eric Andersen
7c128e7882 Update openssl version 2003-01-30 15:52:12 +00:00
Eric Andersen
2e49a0662f depend on pcmcia 2003-01-30 15:17:44 +00:00
Eric Andersen
bc8a54a38b Include code for downloading firmware images 2003-01-30 15:09:01 +00:00
Eric Andersen
79bdb4e406 Fix c++ header installation 2003-01-28 11:33:24 +00:00
Eric Andersen
d54c228444 update to uClibc 0.9.17 2003-01-25 10:12:52 +00:00
Eric Andersen
67bb056044 oops 2003-01-25 10:05:37 +00:00
Eric Andersen
4995f2104f Update newt and slang targets 2003-01-25 07:55:15 +00:00
Eric Andersen
8569617411 Fixup bash cross compile 2003-01-24 13:06:27 +00:00
Eric Andersen
31f08cf32d Doh! Fix missing line for gdbserver. 2003-01-24 01:07:29 +00:00
Eric Andersen
386eb10771 fixup strace build 2003-01-23 17:02:44 +00:00
Eric Andersen
1f9147a365 Fixup gdbserver build. Patch from acmay 2003-01-23 04:35:27 +00:00
Eric Andersen
8460ba59fb Fix an obvious typo 2003-01-23 01:18:58 +00:00
Eric Andersen
1b560cace2 Leave the final gcc build with disable shared to make things
simpler.  This just makes the build faster, since all we want
at this point is the gcc and g++ binaries...
2003-01-22 13:45:14 +00:00
Eric Andersen
5867ff49d7 use the correct strip tool for host and target binaries 2003-01-22 11:11:35 +00:00
Eric Andersen
235a05b0c0 sigh. We need to disable-shared for the initial compiler build
or it won't build.
2003-01-22 00:15:51 +00:00
Eric Andersen
ce5155afa7 This should work 2003-01-21 16:29:56 +00:00
Eric Andersen
3b456adc64 Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 of
gcc.  use the correct strip
2003-01-21 14:20:20 +00:00
Eric Andersen
e58ab15f9d Fix compiler install 2003-01-21 08:31:35 +00:00
Eric Andersen
15bb59a8fc Fix gdb so it works 2003-01-21 08:31:09 +00:00
Eric Andersen
e0e8d6e481 Fix it so header files and static libs install properly 2003-01-21 07:34:29 +00:00
Eric Andersen
9816f94292 Ok, I think it really works now. :) 2003-01-21 06:42:01 +00:00
Eric Andersen
c1701b3e17 pcmcia update 2003-01-21 06:41:00 +00:00
Eric Andersen
075eb13aa9 Minor fixes 2003-01-20 22:52:19 +00:00
Eric Andersen
b4366afb50 Just use the default pcmcia script 2003-01-20 22:14:15 +00:00
Eric Andersen
fdafbe1f4e Several more dependancy cleanups 2003-01-20 19:24:02 +00:00
Eric Andersen
7fcf2836bc Update from Michael Shuler 2003-01-20 07:02:31 +00:00
Eric Andersen
803b723fc4 Don't make fs's be 100 MB by default 2003-01-20 00:03:29 +00:00
Eric Andersen
1f4c1d842d It's just another brick in the wall. Except its supposed to be -Wall 2003-01-20 00:01:58 +00:00
Eric Andersen
09f705d814 Make it actually work... 2003-01-19 11:24:32 +00:00
Eric Andersen
9741a49e59 several updates for wireless and firewall stuff,
thanks to Michael Shuler
2003-01-19 07:49:24 +00:00
Eric Andersen
a9bfe856cf Change from using "TARGET_CC1" to just plan "TARGET_CC"
which is a bit more sensible.
2003-01-19 06:07:22 +00:00
Eric Andersen
8d4ef78e41 Update udhcp. Make sure /usr/share/udhcpc/default.script
is executable
2003-01-19 05:47:22 +00:00
Eric Andersen
83bb3ab9f2 Fixup a couple of little buglets that snuck in 2003-01-19 01:14:11 +00:00
Eric Andersen
f5bc3784a2 Fix zlib build 2003-01-19 00:57:10 +00:00
Eric Andersen
56ef2cc914 More bugfixes 2003-01-19 00:09:44 +00:00
Eric Andersen
6361a39873 For now, remove "--target" so gcc will compile. grumble. 2003-01-18 23:17:47 +00:00
Eric Andersen
460fc8a7ee Bwahahahahaa. cut and paste strikes again. 2003-01-18 22:53:57 +00:00
Eric Andersen
34b86305ef Fix filename 2003-01-18 22:41:02 +00:00
Eric Andersen
075633e2ca A few cflags and comment fixups 2003-01-18 22:39:31 +00:00
Eric Andersen
54e098e40b Mention how people can update things 2003-01-18 21:52:46 +00:00
Eric Andersen
7129da009c Merge a bunch of stuff over from the tuxscreen buildroot, with
many updates to make things be more consistant.
 -Erik
2003-01-18 21:27:22 +00:00
Eric Andersen
f87052a0f0 Update openssh version to 3.5p1 2003-01-18 18:20:48 +00:00
Eric Andersen
e2aa142df8 Lost the .us since the US mirrors are terribly unreliable 2003-01-18 00:27:44 +00:00
Eric Andersen
2732cf976d Heh. Don't force everyone's fs to 100 mb. 2003-01-17 09:31:16 +00:00
Eric Andersen
bbf595671c Fix gdb compile 2003-01-17 09:30:37 +00:00
Eric Andersen
52c8b672bd Fix m4 so it compiles once again....
-Erik
2003-01-17 09:02:04 +00:00
Eric Andersen
5dbea59f53 more minor installation cleanups 2003-01-17 08:51:21 +00:00
Eric Andersen
a413a043f7 update handling of 'make' 2003-01-17 08:09:39 +00:00
Eric Andersen
ef7784a62d standardize handling of GNU configure scripts
-Erik
2003-01-17 08:03:59 +00:00
Eric Andersen
8e081ea611 be sure include dir is present 2003-01-17 04:50:35 +00:00
Eric Andersen
2fc6cd6a24 Cleanup the mess in the ext2 target 2003-01-17 04:32:44 +00:00
Eric Andersen
27bc59d488 Support building jffs2 filesystems. Update top level
makefile accordingly
2003-01-17 04:31:36 +00:00
Eric Andersen
f541cb7fdc Support building cramfs filesystems 2003-01-17 04:22:53 +00:00
Eric Andersen
049fd2354b Avoid installing into a nonexistant dir 2003-01-17 03:46:57 +00:00
Eric Andersen
effd2aa39d Fixup ncurses installation of terminfo data
-Erik
2003-01-16 22:04:22 +00:00
Eric Andersen
9a9de8dec9 Be sure things are built and installed just once 2003-01-15 10:41:02 +00:00
Eric Andersen
4edbe2caa6 Support using an existing kernel 2003-01-15 10:20:58 +00:00
Eric Andersen
f876efd349 Update valgrind to 1.0.4 2003-01-15 09:52:30 +00:00
Eric Andersen
ec0a71bd70 Update slang version 2003-01-15 06:43:29 +00:00