| [370] | 1 | %define ver_major 4
|
|---|
| [508] | 2 | %define ver_minor 9
|
|---|
| 3 | %define ver_patch 2
|
|---|
| [370] | 4 |
|
|---|
| 5 | %define os2_release 1
|
|---|
| 6 |
|
|---|
| [508] | 7 | %define rpm_release 3
|
|---|
| [370] | 8 |
|
|---|
| 9 | %global gcc_version %{ver_major}.%{ver_minor}.%{ver_patch}
|
|---|
| [249] | 10 | %global gcc_target_platform %{_target_cpu}
|
|---|
| [11] | 11 |
|
|---|
| [353] | 12 | # New package version scheme: X.Y.Z.N-R, where X.Y.Z is the GCC release (e.g.
|
|---|
| 13 | # 4.5.4, matches gcc_version above), N is the OS/2 release (1, 2, etc) and R is
|
|---|
| 14 | # the RPM release (1, 2, etc). The OS/2 release number increases with each
|
|---|
| 15 | # OS/2 specific update to the sources followed by a new build, the RPM repease
|
|---|
| 16 | # number increases with each new RPM build (which may use the same source tree
|
|---|
| 17 | # but fix only some RPM-specific things). Note that the RPM release number
|
|---|
| 18 | # resets to 1 each time the OS/2 release increases (which is reset to 1 in turn
|
|---|
| 19 | # when the GCC release changes.
|
|---|
| 20 |
|
|---|
| [11] | 21 | Summary: Various compilers (C, C++, Objective-C, Java, ...)
|
|---|
| 22 | Name: gcc
|
|---|
| [370] | 23 | Version: %{gcc_version}.%{os2_release}
|
|---|
| 24 | Release: %{rpm_release}%{?dist}
|
|---|
| [109] | 25 |
|
|---|
| [11] | 26 | # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
|---|
| 27 | # GCC Runtime Exception.
|
|---|
| 28 | License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
|
|---|
| 29 | Group: Development/Languages
|
|---|
| 30 | URL: http://gcc.gnu.org
|
|---|
| 31 |
|
|---|
| [508] | 32 | Source0: gcc-gcc-4_9-branch-os2.tar.bz2
|
|---|
| 33 | Source1: gcc-libgcc-fwd.zip
|
|---|
| [109] | 34 |
|
|---|
| [11] | 35 | Obsoletes: gcc < %{gcc_version}
|
|---|
| [249] | 36 |
|
|---|
| [353] | 37 | BuildRequires: binutils make
|
|---|
| [357] | 38 | BuildRequires: os2-base-fhs
|
|---|
| [353] | 39 | BuildRequires: ash gcc gcc-wlink gcc-wrc grep gettext-devel diffutils gawk flex sed
|
|---|
| [370] | 40 | BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, mpc-devel
|
|---|
| [508] | 41 | BuildRequires: libc-devel >= 0.6.6-25
|
|---|
| 42 | BuildRequires: rpm >= 4.8.1-22
|
|---|
| [249] | 43 |
|
|---|
| [508] | 44 | Requires: libgcc1 = %{version}-%{release}
|
|---|
| [353] | 45 | Requires: libssp = %{version}-%{release}
|
|---|
| [370] | 46 | Requires: libstdc++6 = %{version}-%{release}
|
|---|
| 47 | Requires: libsupc++6 = %{version}-%{release}
|
|---|
| [508] | 48 | # libc header fixes
|
|---|
| 49 | Requires: libc-devel >= 0.6.6-25
|
|---|
| 50 | # rpm color workaround
|
|---|
| 51 | Requires: rpm >= 4.8.1-22
|
|---|
| [228] | 52 | Requires: binutils
|
|---|
| [11] | 53 |
|
|---|
| 54 | %description
|
|---|
| [370] | 55 | The gcc package contains the GNU Compiler Collection version %{ver_major}.%{ver_minor}.
|
|---|
| [11] | 56 | You'll need this package in order to compile C code.
|
|---|
| 57 |
|
|---|
| [508] | 58 | %package -n libgcc-fwd
|
|---|
| 59 | Summary: GCC version shared support forwarder library
|
|---|
| [11] | 60 | Group: System Environment/Libraries
|
|---|
| 61 | Autoreq: false
|
|---|
| [508] | 62 | Obsoletes: libgcc335 libgcc432 libgcc433 libgcc434 libgcc440 libgcc441
|
|---|
| 63 | Obsoletes: libgcc442 libgcc444 libgcc445 libgcc446 libgcc452 libgcc453
|
|---|
| 64 | Obsoletes: libgcc473 libgcc490 libgcc492
|
|---|
| [11] | 65 |
|
|---|
| [508] | 66 | %description -n libgcc-fwd
|
|---|
| 67 | This package contains GCC shared support forwarder library which is needed
|
|---|
| 68 | e.g. for exception handling support.
|
|---|
| 69 |
|
|---|
| 70 | %package -n libgcc1
|
|---|
| 71 | Summary: GCC version 1 shared support library
|
|---|
| 72 | Group: System Environment/Libraries
|
|---|
| 73 | Autoreq: false
|
|---|
| 74 |
|
|---|
| 75 | %description -n libgcc1
|
|---|
| [11] | 76 | This package contains GCC shared support library which is needed
|
|---|
| 77 | e.g. for exception handling support.
|
|---|
| 78 |
|
|---|
| [277] | 79 | %package -n libssp
|
|---|
| [173] | 80 | Summary: GCC stack protector shared library
|
|---|
| 81 | Group: System Environment/Libraries
|
|---|
| [353] | 82 | Obsoletes: gcc-stack-protector
|
|---|
| [173] | 83 |
|
|---|
| [277] | 84 | %description -n libssp
|
|---|
| [173] | 85 | This package contains GCC shared library which is needed
|
|---|
| 86 | for stack protector.
|
|---|
| 87 |
|
|---|
| [370] | 88 | %package -n libstdc++6
|
|---|
| [270] | 89 | Summary: GNU Standard C++ Library v3
|
|---|
| 90 | Group: System Environment/Libraries
|
|---|
| 91 |
|
|---|
| [370] | 92 | %description -n libstdc++6
|
|---|
| [270] | 93 | This package contains GNU Standard C++ Library v3 shared library.
|
|---|
| 94 |
|
|---|
| [370] | 95 | %package -n libsupc++6
|
|---|
| [270] | 96 | Summary: GNU Standard C++ Library v3 subset
|
|---|
| 97 | Group: System Environment/Libraries
|
|---|
| 98 |
|
|---|
| [370] | 99 | %description -n libsupc++6
|
|---|
| [270] | 100 | This package contains GNU Standard C++ Library v3 subset shared library.
|
|---|
| 101 |
|
|---|
| [191] | 102 | %package wlink
|
|---|
| 103 | Summary: GCC configuration changes for Watcom linker support.
|
|---|
| 104 | Group: Development/Languages
|
|---|
| 105 | Requires: watcom-wlink-hll
|
|---|
| 106 |
|
|---|
| 107 | %description wlink
|
|---|
| 108 | This package triggers the required config.sys settings to allow use of Watcom
|
|---|
| 109 | Linker instead of ld.
|
|---|
| 110 |
|
|---|
| 111 | %package wrc
|
|---|
| 112 | Summary: GCC configuration changes for Watcom resource compiler support.
|
|---|
| 113 | Group: Development/Languages
|
|---|
| 114 | Requires: watcom-wrc
|
|---|
| 115 |
|
|---|
| 116 | %description wrc
|
|---|
| 117 | This package triggers the required config.sys settings to allow use of Watcom
|
|---|
| 118 | resource compiler instead of IBM one.
|
|---|
| 119 |
|
|---|
| [508] | 120 | %package debug
|
|---|
| 121 | Summary: HLL debug data for exception handling support.
|
|---|
| 122 |
|
|---|
| 123 | %description debug
|
|---|
| 124 | HLL debug data for exception handling support.
|
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| [11] | 127 | %prep
|
|---|
| [508] | 128 | %setup -q -c -a 1
|
|---|
| [11] | 129 |
|
|---|
| [508] | 130 |
|
|---|
| [249] | 131 | %build
|
|---|
| 132 | rm -fr obj-%{gcc_target_platform}
|
|---|
| 133 | mkdir obj-%{gcc_target_platform}
|
|---|
| 134 | cd obj-%{gcc_target_platform}
|
|---|
| 135 |
|
|---|
| 136 | script_dir=%{_topdir}/BUILD/%{name}-%{version}/obj-%{gcc_target_platform}
|
|---|
| 137 | export PATH="$script_dir/gcc${PATH:+;$PATH}"
|
|---|
| 138 | export BEGINLIBPATH="$script_dir/gcc${BEGINLIBPATH:+;$BEGINLIBPATH}"
|
|---|
| [508] | 139 | export LIBPATHSTRICT=T
|
|---|
| [249] | 140 |
|
|---|
| [251] | 141 | export CFLAGS="$RPM_OPT_FLAGS -DEMX -DOS2"
|
|---|
| 142 | export CXXFLAGS="$RPM_OPT_FLAGS -DEMX -DOS2"
|
|---|
| [249] | 143 | export LDFLAGS="-g -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem"
|
|---|
| [370] | 144 | export LANG=en_US
|
|---|
| 145 | export GREP=grep
|
|---|
| [353] | 146 |
|
|---|
| [508] | 147 | export PATH_SEPARATOR=;
|
|---|
| 148 | export CONFIG_SITE=/@unixroot/usr/share/config.legacy
|
|---|
| 149 |
|
|---|
| [249] | 150 | ../configure --prefix=%{_prefix} \
|
|---|
| 151 | --with-sysroot=/@unixroot \
|
|---|
| 152 | --enable-shared \
|
|---|
| 153 | --enable-languages=c,c++ \
|
|---|
| [508] | 154 | --enable-frame-pointer \
|
|---|
| [249] | 155 | --with-gnu-as \
|
|---|
| 156 | --disable-bootstrap \
|
|---|
| 157 | --disable-multilib \
|
|---|
| 158 | --disable-libstdcxx-pch \
|
|---|
| [370] | 159 | --enable-threads
|
|---|
| [249] | 160 |
|
|---|
| [508] | 161 | make %{?_smp_mflags}
|
|---|
| [249] | 162 |
|
|---|
| [370] | 163 |
|
|---|
| [11] | 164 | %install
|
|---|
| 165 | rm -rf $RPM_BUILD_ROOT
|
|---|
| [249] | 166 | cd obj-%{gcc_target_platform}
|
|---|
| [109] | 167 |
|
|---|
| [249] | 168 | # There are some MP bugs in libstdc++ Makefiles
|
|---|
| 169 | #make -C %{gcc_target_platform}/libstdc++-v3
|
|---|
| [109] | 170 |
|
|---|
| [249] | 171 | #make prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir} \
|
|---|
| 172 | # infodir=%{buildroot}%{_infodir} install
|
|---|
| [109] | 173 |
|
|---|
| [249] | 174 | make DESTDIR=${RPM_BUILD_ROOT} install
|
|---|
| [109] | 175 |
|
|---|
| [370] | 176 | # copy runtime files
|
|---|
| 177 | emxomf -o i386-pc-os2-emx/libgcc/libgcc_so_d.lib i386-pc-os2-emx/libgcc/libgcc_so_d.a
|
|---|
| [508] | 178 | #cp -p i386-pc-os2-emx/libgcc/libgcc_so_d.a %{buildroot}%{_libdir}
|
|---|
| 179 | #cp -p i386-pc-os2-emx/libgcc/libgcc_so_d.lib %{buildroot}%{_libdir}
|
|---|
| 180 | #cp -p i386-pc-os2-emx/libgcc/gcc%{ver_major}%{ver_minor}%{ver_patch}.dll %{buildroot}%{_libdir}
|
|---|
| [370] | 181 |
|
|---|
| [249] | 182 | #build dll
|
|---|
| [370] | 183 | dllar -o stdcpp6.dll i386-pc-os2-emx/libstdc++-v3/src/.libs/libstdc++.a \
|
|---|
| [508] | 184 | -d "GNU stdc++ %{version}-%{release}" \
|
|---|
| [370] | 185 | -nolxlite -flags "-Zmap -Zhigh-mem -Zomf -g -L%{buildroot}%{_libdir}" \
|
|---|
| [249] | 186 | -ex "___main ___do_global_* ___ctordtor* ___eh* ___pop* _DLL_InitTerm" \
|
|---|
| 187 | -libf "INITINSTANCE TERMINSTANCE" \
|
|---|
| 188 | -libd "DATA MULTIPLE"
|
|---|
| [370] | 189 | cp -p stdcpp6.dll %{buildroot}%{_libdir}
|
|---|
| 190 | cp -p stdcpp6.a %{buildroot}%{_libdir}/stdc++.a
|
|---|
| 191 | cp -p stdcpp6.lib %{buildroot}%{_libdir}/stdc++.lib
|
|---|
| 192 | mv %{buildroot}%{_libdir}/libstdc++.a %{buildroot}%{_libdir}/stdc++_s.a
|
|---|
| [249] | 193 |
|
|---|
| 194 | #build dll
|
|---|
| [370] | 195 | dllar -o supcpp6.dll i386-pc-os2-emx/libstdc++-v3/libsupc++/.libs/libsupc++.a \
|
|---|
| [508] | 196 | -d "GNU supc++ %{version}-%{release}" \
|
|---|
| [370] | 197 | -nolxlite -flags "-Zmap -Zhigh-mem -Zomf -g -L%{buildroot}%{_libdir}" \
|
|---|
| [249] | 198 | -ex "___main ___do_global_* ___ctordtor* ___eh* ___pop* _DLL_InitTerm" \
|
|---|
| 199 | -libf "INITINSTANCE TERMINSTANCE" \
|
|---|
| 200 | -libd "DATA MULTIPLE"
|
|---|
| [370] | 201 | cp -p supcpp6.dll %{buildroot}%{_libdir}
|
|---|
| 202 | cp -p supcpp6.a %{buildroot}%{_libdir}/supc++.a
|
|---|
| 203 | cp -p supcpp6.lib %{buildroot}%{_libdir}/supc++.lib
|
|---|
| 204 | mv %{buildroot}%{_libdir}/libsupc++.a %{buildroot}%{_libdir}/supc++_s.a
|
|---|
| [249] | 205 |
|
|---|
| 206 | #build dll
|
|---|
| 207 | dllar -o ssp.dll i386-pc-os2-emx/libssp/.libs/ssp.a \
|
|---|
| [508] | 208 | -d "GNU Stack Protector %{version}-%{release}" \
|
|---|
| [370] | 209 | -nolxlite -flags "-Zmap -Zhigh-mem -Zomf -g -L%{buildroot}%{_libdir}" \
|
|---|
| [249] | 210 | -ex "___main ___do_global_* ___ctordtor* ___eh* ___pop* _DLL_InitTerm" \
|
|---|
| 211 | -libf "INITINSTANCE TERMINSTANCE" \
|
|---|
| 212 | -libd "DATA MULTIPLE"
|
|---|
| 213 | cp -p ssp.dll %{buildroot}%{_libdir}
|
|---|
| 214 | cp -p ssp.a %{buildroot}%{_libdir}
|
|---|
| 215 | cp -p ssp.lib %{buildroot}%{_libdir}
|
|---|
| 216 | mv %{buildroot}%{_libdir}/ssp.a %{buildroot}%{_libdir}/ssp_s.a
|
|---|
| 217 |
|
|---|
| 218 | cd ..
|
|---|
| 219 |
|
|---|
| [508] | 220 | #build gccXXX forwarders
|
|---|
| 221 | for bld in 335 432 433 434 435 440 441 442 444 445 446 452 453 454 464 473 474 482 483 490 491 492; do
|
|---|
| 222 | sed -i 's/Forwarder/Forwarder %{version}-%{release}/' gcc${bld}.def
|
|---|
| 223 | gcc -Zomf -Zmap -Zdll -nostdlib -o gcc${bld}.dll gcc${bld}.def fwdstub.s obj-%{gcc_target_platform}/gcc/libgcc_so_d.a -llibc
|
|---|
| 224 | cp -p gcc${bld}.dll %{buildroot}%{_libdir}
|
|---|
| 225 | done
|
|---|
| 226 |
|
|---|
| [249] | 227 | echo dummy for virtual package > gcc-wrc.txt
|
|---|
| 228 | echo dummy for virtual package > gcc-wlink.txt
|
|---|
| 229 |
|
|---|
| 230 | #mkdir -p %{buildroot}%{_usr}
|
|---|
| 231 |
|
|---|
| 232 | rm %{buildroot}%{_libdir}/*.la
|
|---|
| [370] | 233 | rm %{buildroot}%{_libdir}/*.py
|
|---|
| [249] | 234 |
|
|---|
| [353] | 235 | ln -s ./cc1.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/cc1
|
|---|
| 236 | ln -s ./cc1plus.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/cc1plus
|
|---|
| [249] | 237 |
|
|---|
| [228] | 238 | #yd fix attributes for executables
|
|---|
| 239 | chmod 0755 %{buildroot}%{_bindir}/*.exe
|
|---|
| [109] | 240 |
|
|---|
| [11] | 241 | %clean
|
|---|
| 242 | rm -rf %{buildroot}
|
|---|
| 243 |
|
|---|
| [191] | 244 | %post wrc
|
|---|
| 245 | if [ "$1" = 1 ] ; then
|
|---|
| 246 | #execute only on first install
|
|---|
| 247 | %cube {DELLINE "SET EMXOMFLD_RC="} c:\config.sys > NUL
|
|---|
| 248 | %cube {DELLINE "SET EMXOMFLD_RC_TYPE="} c:\config.sys > NUL
|
|---|
| 249 | %cube {ADDLINE "SET EMXOMFLD_RC=wrc.exe"} c:\config.sys > NUL
|
|---|
| 250 | %cube {ADDLINE "SET EMXOMFLD_RC_TYPE=WRC"} c:\config.sys > NUL
|
|---|
| 251 | fi
|
|---|
| 252 |
|
|---|
| 253 | %postun wrc
|
|---|
| 254 | if [ "$1" = 0 ] ; then
|
|---|
| 255 | #execute only on last uninstall
|
|---|
| 256 | %cube {DELLINE "SET EMXOMFLD_RC="} c:\config.sys > NUL
|
|---|
| 257 | %cube {DELLINE "SET EMXOMFLD_RC_TYPE="} c:\config.sys > NUL
|
|---|
| 258 | fi
|
|---|
| 259 |
|
|---|
| 260 | %post wlink
|
|---|
| 261 | if [ "$1" = 1 ] ; then
|
|---|
| 262 | #execute only on first install
|
|---|
| 263 | %cube {DELLINE "SET EMXOMFLD_LINKER="} c:\config.sys > NUL
|
|---|
| 264 | %cube {DELLINE "SET EMXOMFLD_TYPE="} c:\config.sys > NUL
|
|---|
| 265 | %cube {ADDLINE "SET EMXOMFLD_LINKER=wl.exe"} c:\config.sys > NUL
|
|---|
| 266 | %cube {ADDLINE "SET EMXOMFLD_TYPE=WLINK"} c:\config.sys > NUL
|
|---|
| 267 | fi
|
|---|
| 268 |
|
|---|
| 269 | %postun wlink
|
|---|
| 270 | if [ "$1" = 0 ] ; then
|
|---|
| 271 | #execute only on last uninstall
|
|---|
| 272 | %cube {DELLINE "SET EMXOMFLD_LINKER="} c:\config.sys > NUL
|
|---|
| 273 | %cube {DELLINE "SET EMXOMFLD_TYPE="} c:\config.sys > NUL
|
|---|
| 274 | fi
|
|---|
| 275 |
|
|---|
| [11] | 276 | %files
|
|---|
| 277 | %defattr(-,root,root,-)
|
|---|
| 278 | %{_usr}/bin
|
|---|
| [508] | 279 | %exclude %{_bindir}/*.dbg
|
|---|
| [11] | 280 | %{_usr}/include
|
|---|
| 281 | %{_libdir}/*.*a
|
|---|
| [249] | 282 | %{_libdir}/*.lib
|
|---|
| [270] | 283 | %exclude %{_libdir}/*.dll
|
|---|
| [508] | 284 | %exclude %{_libdir}/*.dbg
|
|---|
| [11] | 285 | %{_libdir}/gcc/*
|
|---|
| [508] | 286 | %{_libexecdir}
|
|---|
| 287 | %exclude %{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/*.dbg
|
|---|
| 288 | %exclude %{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/install-tools/*.dbg
|
|---|
| 289 | %{_datadir}/gcc-%{gcc_version}
|
|---|
| 290 | %{_datadir}/locale
|
|---|
| 291 | %{_datadir}/info
|
|---|
| 292 | %{_datadir}/man
|
|---|
| [353] | 293 | %doc ChangeLog ChangeLog.*
|
|---|
| 294 | %doc README README.*
|
|---|
| 295 | %doc COPYING COPYING.*
|
|---|
| 296 | %doc MAINTAINERS
|
|---|
| [11] | 297 |
|
|---|
| [277] | 298 | %files -n libssp
|
|---|
| [173] | 299 | %defattr(-,root,root,-)
|
|---|
| 300 | %{_libdir}/ssp.dll
|
|---|
| [11] | 301 |
|
|---|
| [370] | 302 | %files -n libstdc++6
|
|---|
| [270] | 303 | %defattr(-,root,root,-)
|
|---|
| [370] | 304 | %{_libdir}/stdcp*.dll
|
|---|
| [270] | 305 |
|
|---|
| [370] | 306 | %files -n libsupc++6
|
|---|
| [270] | 307 | %defattr(-,root,root,-)
|
|---|
| [370] | 308 | %{_libdir}/supcp*.dll
|
|---|
| [270] | 309 |
|
|---|
| [193] | 310 | %files wlink
|
|---|
| 311 | %doc gcc-wlink.txt
|
|---|
| 312 |
|
|---|
| 313 | %files wrc
|
|---|
| 314 | %doc gcc-wrc.txt
|
|---|
| 315 |
|
|---|
| [508] | 316 | %files -n libgcc-fwd
|
|---|
| [11] | 317 | %defattr(-,root,root,-)
|
|---|
| [508] | 318 | %{_libdir}/gcc???.dll
|
|---|
| [11] | 319 |
|
|---|
| [508] | 320 | %files -n libgcc1
|
|---|
| 321 | %defattr(-,root,root,-)
|
|---|
| 322 | %{_libdir}/gcc1.dll
|
|---|
| [370] | 323 |
|
|---|
| [508] | 324 | %files debug
|
|---|
| 325 | %defattr(-,root,root)
|
|---|
| 326 | %{_bindir}/*.dbg
|
|---|
| 327 | %{_libdir}/*.dbg
|
|---|
| 328 | %{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/*.dbg
|
|---|
| 329 | %{_libexecdir}/gcc/i386-pc-os2-emx/%{gcc_version}/install-tools/*.dbg
|
|---|
| 330 |
|
|---|
| [11] | 331 | %changelog
|
|---|
| [508] | 332 | * Tue Jan 30 2015 yd <yd@os2power.com> 4.9.2.1-3
|
|---|
| 333 | - updated source code to gcc 4.9.2.
|
|---|
| 334 | - create gccXXX forwarders to gcc1 runtime dll, use libc06 exports for
|
|---|
| 335 | non-standard symbols.
|
|---|
| 336 | - use --enable-frame-pointer to disable unwinding table generation.
|
|---|
| 337 | - build requires patched builtin.h and stddef.h (libc-0.6.6-25).
|
|---|
| 338 | - use standard toolchain to build gcc runtime dll, use named exports only.
|
|---|
| 339 |
|
|---|
| [370] | 340 | * Wed Nov 27 2013 yd
|
|---|
| 341 | - Rename the following packages to avoid ABI breaks (using gcc versioning policy):
|
|---|
| 342 | + libstdc++ => libstdc++6
|
|---|
| 343 | + libsupc++ => libsupc++6
|
|---|
| 344 | - updated source code to gcc 4.7.3.
|
|---|
| [277] | 345 |
|
|---|
| [357] | 346 | * Mon Jul 25 2013 Dmitriy Kuminov <coding@dmik.org> - 4.4.6.17-1
|
|---|
| 347 | - New OS/2 Release 17 of 4.4.6. See ChangeLog.OS2 for more information.
|
|---|
| 348 |
|
|---|
| [353] | 349 | * Mon Jul 23 2013 Dmitriy Kuminov <coding@dmik.org> - 4.4.6.16-1
|
|---|
| 350 | - New OS/2 Release 16 of 4.4.6. See ChangeLog.OS2 for more information.
|
|---|
| 351 | - Rename the following packages to better match the conventions:
|
|---|
| 352 | + gcc-stack-protector => libssp
|
|---|
| 353 | + gcc-stdc++-shared-library => libstdc++
|
|---|
| 354 | + gcc-supc++-shared-library => libsupc++
|
|---|
| 355 |
|
|---|
| [275] | 356 | * Mon Jan 09 2012 yd
|
|---|
| 357 | - install also dlls with main package.
|
|---|
| 358 |
|
|---|
| [270] | 359 | * Sun Jan 08 2012 yd
|
|---|
| 360 | - moved dlls out from main package.
|
|---|
| 361 |
|
|---|
| [259] | 362 | * Fri Dec 23 2011 yd
|
|---|
| 363 | - fixed spawn internal error report.
|
|---|
| 364 | - fixed handling of big command lines (fixes OOo building).
|
|---|
| 365 | - fixed Optlink calls.
|
|---|
| 366 |
|
|---|
| [249] | 367 | * Fri Dec 9 2011 yd
|
|---|
| 368 | - updated source code to 4.4.6, github tree
|
|---|