Commit Graph

720 Commits

Author SHA1 Message Date
Mike Frysinger
7f3706c697 new version out 2004-10-08 16:03:22 +00:00
Mike Frysinger
381359328f update so that it actually works ;) 2004-10-08 16:00:05 +00:00
Mike Frysinger
b2e89e7d8c update make targets to reflect new build system 2004-10-08 15:49:42 +00:00
Mike Frysinger
659b73786f dont hardcode version #, use a variable 2004-10-08 15:46:00 +00:00
Mike Frysinger
cda805f060 update dnsmasq since older one doesnt exist and had security issues 2004-10-08 15:45:13 +00:00
Mike Frysinger
0be7a5629b move hardcoded version number into 1 variable and update to 1.2.1 2004-10-08 15:35:45 +00:00
Mike Frysinger
ea9a9f4349 make sure sh4 headers get setup properly 2004-10-08 15:28:30 +00:00
Mike Frysinger
766fa31a21 i dont have mkfs.jffs2 on my system so stop complaining you cant find it 2004-10-08 14:07:55 +00:00
Eric Andersen
46e93c076b Avoid naming conflicts with 'linux' target 2004-10-05 07:16:53 +00:00
Eric Andersen
ee654b59c3 Always use kernel-headers. 2004-10-05 07:10:07 +00:00
Manuel Novoa III
16a8faf0fa Add the new binutils and gdb, but don't make them defaults since I haven't
really tested them yet.
2004-09-30 01:08:50 +00:00
Manuel Novoa III
9589b3c3cb Support latest gdb release (untested). 2004-09-30 01:00:37 +00:00
Manuel Novoa III
0649b4cbe2 Support latest binutils release. 2004-09-30 00:58:39 +00:00
Manuel Novoa III
adac1bef9b Fix ld/emultempl/elf32.em. Found by vapier. 2004-09-30 00:57:12 +00:00
Manuel Novoa III
e29aaa1c6c Don't include glibc symbol versions in libgcc.
Replace mips delay slot patch with upstream fix.
Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.
2004-09-30 00:54:44 +00:00
Manuel Novoa III
b4e0fb5f1b Fix some config issues. 2004-09-30 00:51:53 +00:00
Manuel Novoa III
b091812481 Don't build libfloat unless we're using gcc 3.3.x. 2004-09-30 00:50:50 +00:00
Tim Riker
d082261161 mkdir can fail 2004-09-27 18:40:39 +00:00
Tim Riker
0955c58c04 mkdir can fail 2004-09-27 18:31:57 +00:00
Tim Riker
c368a59027 ws 2004-09-27 17:34:36 +00:00
Eric Andersen
f598d4fe84 Default to 2.4.27 kernel headers 2004-09-22 17:07:07 +00:00
Manuel Novoa III
bfa9ce0e4c Add back in support for 3.3.4 soft float toolchains, although arm would
require reenabling linking with -lfloat in uClibc.
2004-09-14 11:52:26 +00:00
Manuel Novoa III
693752617d Aesthetic change... Current gcc cvs removes the unnecessary dependency ref
to gthr-gnat.c, so remove it and the unnecesary ref to unwind-dw2-fde.c.
2004-09-11 13:40:29 +00:00
Manuel Novoa III
e722c5e1b3 Fix type noticed by Peter Mazinger. 2004-09-11 12:13:30 +00:00
Manuel Novoa III
ce1dd7b540 Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)
and Dan Kegel's crosstools (7??-*).
Use makefile vars for toolchain names in ccache.mk and gdb.mk.
Fix a g++-related symlink issue with ccache.
Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips
is building).  Let the users go forth and test...  ;-)
2004-09-10 18:58:11 +00:00
Manuel Novoa III
cbd2923af7 Peter noticed some bits were missing. 2004-09-10 13:12:25 +00:00
Manuel Novoa III
3d2c3c76a1 Patch by michael tesch <tesch1@gmail.com> ...
The real problem, only caused when you have a *.patch file in the
  main build directory, is that the Makefiles don't escape the globbing
  operator they're passing to patch-kernel.sh.  Attached is a patch to
  fix that.
2004-09-09 10:50:57 +00:00
Eric Andersen
7e7644913a latest uClibc config updates 2004-09-08 11:13:50 +00:00
Eric Andersen
cfb3fa3e1c Add N copies of the arm-textrel.patch 2004-09-08 09:51:04 +00:00
Manuel Novoa III
a53791078f Looks like this finally gets a more recent version of binutils working
on arm in that shared apps seem to work now.
2004-09-03 12:31:47 +00:00
Manuel Novoa III
61a4356034 Fix this to work with the arm big endian patch. 2004-09-03 04:34:37 +00:00
Manuel Novoa III
9ea2c8a65d Fix a cross compile issue. 2004-09-03 04:12:31 +00:00
Manuel Novoa III
21dbe3a32c Sigh... 2004-09-03 02:36:10 +00:00
Manuel Novoa III
9efd8d05e4 Change the filenames. 2004-09-03 02:35:45 +00:00
Manuel Novoa III
da2aaed3f7 Add support for armeb. 2004-09-03 02:01:43 +00:00
Manuel Novoa III
8302669882 For now, mimic arm behavior for armeb since that's what uClibc's
fix-includes script winds up doing.  Fix this later...
2004-09-03 01:24:18 +00:00
Manuel Novoa III
72badc0f65 Oops... remove some makefile debugging bits. 2004-09-03 01:22:26 +00:00
Manuel Novoa III
7dd297b2f2 Should be supported now for gcc 3.4.1. 2004-09-03 01:12:33 +00:00
Manuel Novoa III
3ad3d8a1d8 Update to what I'm currently using. Lots of changes...
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although
   some of the older tool patches probably need updating.
2) Rework gdb build so that remote debugging now works with gdbserver.
3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-09-03 00:49:43 +00:00
Eric Andersen
e694138b17 Enable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIG
for the default permission dropping behavior.
 -Erik
2004-09-02 22:38:21 +00:00
Eric Andersen
8e1f66876f new 2.6. kernel headers are out 2004-08-19 05:04:22 +00:00
Eric Andersen
4858a228b8 update to current 2004-08-16 07:06:23 +00:00
Eric Andersen
0f5897ff67 Use relative links 2004-07-29 23:45:17 +00:00
Eric Andersen
8fbd1c9640 Don't use a shared lib for file 2004-07-29 23:44:44 +00:00
Eric Andersen
9647876991 Use relative links 2004-07-28 19:26:04 +00:00
Eric Andersen
deb1dbaffc Update the 'file' patch 2004-07-28 18:24:54 +00:00
Eric Andersen
8defcb5c65 Tarcisio writes:
Hello,

I noticed that file-4.08 does no longer exist at
ftp://ftp.astron.com/pub/file.
I was able to compile a 'buildroot' using file-4.10. I
had to change make/file.mk and sources/file.patch.

Regards,

Tarcisio
2004-07-28 14:56:43 +00:00
Eric Andersen
551da9c7b9 Only install libgcc_s when it is present 2004-07-25 06:58:30 +00:00
Eric Andersen
b181752a34 Install /lib/libgcc_s.so.1 2004-07-20 11:45:10 +00:00
Eric Andersen
9534c0faab Update to dropbear-0.43 2004-07-20 11:44:25 +00:00