Changeset 2315


Ignore:
Timestamp:
Aug 28, 2005, 8:26:52 AM (20 years ago)
Author:
bird
Message:

Removed forwarder dlls since struct stat and LIBC_FH is incompatible in rc2.

Location:
trunk/src/emx
Files:
2 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.133 to 1.134
    r2314 r2315  
    44
    552005-08-29: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     6    - libc:
     7        o Removed forwarder dlls since struct stat and __LIBC_FH is incompatible in rc2.
    68    - version.smak:
    79        o Changed version number back to 3.3.5 / 0.6 rc2.
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.76 to 1.77
    r2314 r2315  
    464464#libc-dll: $.omf/libc06b4.dll
    465465
    466 # libc06b5                                             
    467 $.omf/libc06b5.dll: src/lib/libc06b5.def $.omf/fwdstub.obj $.omf/libc_dll.lib
    468         gcc -Zomf -o $@ -nostdlib -Zdll  $^
    469 $(INS)lib/libc06b5.dll: $.omf/libc06b5.dll
    470         $(call CP,$<,$@)
    471 INS.FILES += $(INS)lib/libc06b5.dll
    472 libc-dll: $.omf/libc06b5.dll
    473 
     466## libc06b5                                             
     467#$.omf/libc06b5.dll: src/lib/libc06b5.def $.omf/fwdstub.obj $.omf/libc_dll.lib
     468#       gcc -Zomf -o $@ -nostdlib -Zdll  $^
     469#$(INS)lib/libc06b5.dll: $.omf/libc06b5.dll
     470#       $(call CP,$<,$@)
     471#INS.FILES += $(INS)lib/libc06b5.dll
     472#libc-dll: $.omf/libc06b5.dll
     473
Note: See TracChangeset for help on using the changeset viewer.