• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
50bb6af 2001-06-07 20:52:59 David McCullough


ldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work for
cross build (ie., m68k under i386). Changed it to use $(TARGET_ARCH)
instead.

d0c25d2 2001-06-07 20:49:53 David McCullough


Up the m68k defaults a little so that uClibc will support a g++ build.

0a4aa6c 2001-06-07 20:48:43 David McCullough


Change the last 2 "make" invocations to use $(MAKE).

76a5ce1 2001-06-06 06:56:24 Eric Andersen

Update the TODO file

2a115f6 2001-06-05 08:08:09 Eric Andersen

Add a new 'readelf' util I wrote this weekend.
-Erik

f68eb8d 2001-06-05 07:13:51 Eric Andersen

Teach the ldso stuff to use the proper elf.h header file, not a local copy.
-Erik

03f338a 2001-06-03 07:10:22 Manuel Novoa III

Update the todo. Add my personal list.

d85536a 2001-06-03 06:46:42 Manuel Novoa III

Add locale-enabled strcoll function from vodz, plus supporting tool.

4f8c656 2001-06-02 11:49:45 Manuel Novoa III

Always check before you commit...^100. We need to build the dynamic linker
before we build shared libc. We need to build shared libc before libdl.

eb8bb57 2001-06-02 11:00:23 Manuel Novoa III

Only build ldso if building shared. Also, if building ldso, build all subdirs.

47c1983 2001-06-02 10:45:55 Manuel Novoa III

Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.

0bee90d 2001-06-02 02:40:43 Eric Andersen

Put the locale stuff back how it was till we can get a proper implementation
that doesn't suck so badly.
-Erik

aafa530 2001-06-02 01:32:02 Eric Andersen

oops.

06777c5 2001-06-02 01:31:08 Eric Andersen

decouple this from strchr

75b012d 2001-06-02 01:14:58 Manuel Novoa III

Fix bug: tried to install non-existant shared libs.

fbaac3d 2001-06-01 10:45:58 Eric Andersen

Add in an initial TODO list. Please add stuff as needed (and feel
free to work on items in this list as well).
-Erik

e68b711 2001-06-01 08:07:50 Manuel Novoa III

Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that
those behaviors can be invoked from the command line.

63fbd32 2001-06-01 06:38:42 Manuel Novoa III

Install ldd and ldconfig as appropriate.

dd4d42c 2001-06-01 06:23:20 Manuel Novoa III

Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
TARGET_PREFIX to allow more flexibility. Also modified the gcc wrapper
to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command
line. The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT
for a dynamic linker option at runtime (although command line arg overrides
the env variable).

f43cd38 2001-06-01 02:34:49 Eric Andersen

Cleanup some stupid warnings

acbe47d 2001-05-31 05:37:35 Eric Andersen

warn folks that libresolv is a stub

d75f418 2001-05-30 16:07:14 Manuel Novoa III

Look's like I need to disable the rpath stuff for now as well.
To build with an uninstaled uClibc, set UCLIBC_GCC=build in your env,
or rename it/symlink to it using a name containing the string "build".

127e6e3 2001-05-30 15:40:39 Manuel Novoa III

Revert behavior of wrapper to not use dynamic linker in the build dir, so
those who want to should now be able to compile against uClibc without
installing it (using the "build" behavior).

b261aef 2001-05-30 04:48:27 Manuel Novoa III

Give Erik's build-with-uClibc method.

3f0e846 2001-05-30 04:23:27 Eric Andersen

Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-objects.sh
to we define NM and AR properly.

309c2c5 2001-05-30 04:21:26 Eric Andersen

Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
in all cases.

caa78fb 2001-05-30 02:43:46 Eric Andersen

Sometimes (often) the kernel will return things other then -1.
Deal with it.
-Erik

12eb7ca 2001-05-30 02:42:04 Eric Andersen

Comment out broken test

81c61f3 2001-05-28 23:44:55 Manuel Novoa III

Add a _really_ basic README outlining building/using uClibc.

eba708a 2001-05-28 23:38:12 Manuel Novoa III

Make selection of uClibc floating point support in printf, etc. seperate
from libm float function support. Also, move all Config files out of the
main directory.