Changeset 2193


Ignore:
Timestamp:
Jul 3, 2005, 9:28:05 AM (20 years ago)
Author:
bird
Message:

* empty log message *

Location:
trunk/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.92 to 1.93
    r2192 r2193  
    2121        o Added sys/builtin.h to sys/smutex.h.
    2222        o Updated features.h and sys/gnu/cdefs.h with more recent versions from cvs.
     23        o Ported from GLIBC 2.3.x CVS.
    2324    - libcrypt:
    24         o Ported from GLIBC 2.3.x CVS.
     25        o Created stub library.
    2526
    26272005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • trunk/src/emx/CompileOne.sh

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r2192 r2193  
    2323     -I$SRCDIR $1 \
    2424 && echo succesfully built $1 \
    25  && nm -sS $TMP/compileO3.o
     25 && nm -sS $TMP/compileO3.o | sort
    2626
    2727else
     
    3636        -I$ROOTDIR/src/lib/lgpl/ -I$ROOTDIR/src/lib/lgpl/sysdeps/os2 -I$ROOTDIR/src/lib/lgpl/sysdeps/i386/ -I$ROOTDIR/src/lib/lgpl/sysdeps/generic -I$ROOTDIR/src/lib/lgpl/include \
    3737        -I$SRCDIR $1 \
    38     && echo succesfully built $1
     38    && echo succesfully built $1 \
     39    && nm -sSg $TMP/compileO3.o | sort
    3940fi
Note: See TracChangeset for help on using the changeset viewer.