mlib-utl.adb
19 KB
-
mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory separator... · b5755e2b
2007-04-20 Vincent Celier <celier@adacore.com> * mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory separator, use instead the proper host directory separator. (Copy_ALI_Files): Make sure that an already existing ALI file in the ALI copy dir is writable, before doing the copy. * mlib-utl.ads, mlib-utl.adb: (Gcc): If length of command line is too long, put the list of object files in a response file, if this is supported by the platform. (Ar): If invocation of the archive builder is allowed to be done in chunks and building it in one shot would go above an OS dependent limit on the number of characters on the command line, build the archive in chunks. From-SVN: r125435
Vincent Celier committed