Changeset 60ac65d in rtems


Ignore:
Timestamp:
10/29/02 16:53:14 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
30d1a28f
Parents:
1c883771
Message:

2002-10-29 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
  • binutils/binutils.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.). Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os and _target_os)
  • gcc3newlib/base-gcc.add: Add gccint*infos.
  • gcc3newlib/base-gcj.add: Add gcj*infos. Mark manpages as %doc and pickup the gzipped versions.
Location:
scripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r1c883771 r60ac65d  
     12002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
     4        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
     5        * binutils/binutils.add: Remove %{target} != %{build} comment
     6        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
     7        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
     8        and _target_os)
     9        * gcc3newlib/base-gcc.add: Add gccint*infos.
     10        * gcc3newlib/base-gcj.add: Add gcj*infos.
     11        Mark manpages as %doc and pickup the gzipped versions.
     12
    1132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • scripts/binutils/binutils.add

    r1c883771 r60ac65d  
    5252
    5353%build
    54 # HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
    55 %if "%{_target_os}" != "%{_build_os}"
    56   CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
    57 %endif
     54#%if "%{_target_os}" != "%{_build_os}"
     55#  CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
     56#%endif
    5857
    5958  cd build
  • scripts/gcc3newlib/base-gcc.add

    r1c883771 r60ac65d  
    2020%doc %{_prefix}/info/libc.info*.gz
    2121%doc %{_prefix}/info/libm.info*.gz
     22%doc %{_prefix}/info/gccint.info*.gz
    2223
    2324%dir %{_prefix}/man
  • scripts/gcc3newlib/base-gcj.add

    r1c883771 r60ac65d  
    1919%{_prefix}/bin/grepjar@exe_ext@
    2020
     21%dir %{_prefix}/info
     22%doc %{_prefix}/info/gcj.info*.gz
     23
    2124%dir %{_prefix}/man/man1
    22 %{_prefix}/man/man1/gcjh.1
    23 %{_prefix}/man/man1/jv-scan.1
    24 %{_prefix}/man/man1/jcf-dump.1
    25 %{_prefix}/man/man1/gij.1
    26 %{_prefix}/man/man1/jv-convert.1
    27 %{_prefix}/man/man1/rmic.1
    28 %{_prefix}/man/man1/rmiregistry.1
     25%doc %{_prefix}/man/man1/gcjh.1*
     26%doc %{_prefix}/man/man1/jv-scan.1*
     27%doc %{_prefix}/man/man1/jcf-dump.1*
     28%doc %{_prefix}/man/man1/gij.1*
     29%doc %{_prefix}/man/man1/jv-convert.1*
     30%doc %{_prefix}/man/man1/rmic.1*
     31%doc %{_prefix}/man/man1/rmiregistry.1*
    2932
    3033%endif
  • scripts/gcc3newlib/gccnewlib.add

    r1c883771 r60ac65d  
    131131  cd build
    132132
    133 # HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
     133# HACK: This doesn't work
    134134# %if "%{_target_os}" != "%{_build_os}"
    135135#    CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
Note: See TracChangeset for help on using the changeset viewer.