Changeset 228
- Timestamp:
- May 23, 2003, 4:11:50 AM (22 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ltcf-c.sh
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r227 r228 392 392 allow_undefined_flag=no 393 393 archive_cmds='$echo "LIBRARY $soname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 394 old_archive_from_new_cmds='emximp -o $output_objdir/$ name.a $output_objdir/$libname.def'394 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 395 395 ;; 396 396 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/ltconfig
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r227 r228 1144 1144 # old: library_names_spec='$libname.dll $libname.a' 1145 1145 # assumes no dots in the $name. 1146 soname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`" 1147 libname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`" 1148 library_names_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`.dll \${name}.a" 1146 # Man, awk is cute! 1147 soname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; \ 1148 { sNum=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\"; sVer=\"\"; \ 1149 if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \ 1150 if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \ 1151 printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \ 1152 } ' \`" 1153 libname_spec='lib$name' 1154 library_names_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; \ 1155 { sNum=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\"; sVer=\"\"; \ 1156 if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \ 1157 if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \ 1158 printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \ 1159 } ' \`.dll lib\${name}.a" 1149 1160 dynamic_linker='OS/2 ld.exe' 1150 1161 shlibpath_var=BEGINLIBPATH -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/ltcf-c.sh
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r227 r228 481 481 allow_undefined_flag=no 482 482 archive_cmds='$echo "LIBRARY $soname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 483 old_archive_from_new_cmds='emximp -o $output_objdir/$ name.a $output_objdir/$libname.def'483 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 484 484 ;; 485 485 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/ltconfig
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r227 r228 1266 1266 # old: library_names_spec='$libname.dll $libname.a' 1267 1267 # assumes no dots in the $name. 1268 soname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`" 1269 libname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`" 1270 library_names_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; { printf(\"%.5s\", sprintf(\"%s%x%x\",ENVIRON[\"name\"], sub(/-*/,\"\",\$1),\$2)); }'\`.dll \${name}.a" 1268 # Man, awk is cute! 1269 soname_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; \ 1270 { sNum=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\"; sVer=\"\"; \ 1271 if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \ 1272 if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \ 1273 printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \ 1274 } ' \`" 1275 libname_spec='lib$name' 1276 library_names_spec="\`echo \"\${release}...\" | name=\"\${name}\" gawk -- 'BEGIN { FS = \".\"} ; \ 1277 { sNum=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\"; sVer=\"\"; \ 1278 if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \ 1279 if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \ 1280 printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \ 1281 } ' \`.dll lib\${name}.a" 1271 1282 dynamic_linker='OS/2 ld.exe' 1272 1283 shlibpath_var=BEGINLIBPATH -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.