Changeset bd21844 in rtems


Ignore:
Timestamp:
04/23/05 16:32:04 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
633c36a
Parents:
b0c0fad
Message:

2005-04-23 Ralf Corsepius <ralf.corsepius@…>

  • gccnewlib/gccnewlib.add: Use %_bindir, %_libdir, %_includedir.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rb0c0fad rbd21844  
    112005-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
    22
     3        * gccnewlib/gccnewlib.add: Use %_bindir, %_libdir, %_includedir.
    34        * gccnewlib/target-gfortran.add: Let package obsolete g77.
    45        * gccnewlib/target-objc.add: Reflect new location of cc1obj.
  • scripts/gccnewlib/gccnewlib.add

    rb0c0fad rbd21844  
    116116%if %build_gcj
    117117# Building gcj requires bison and zlib
    118 BuildPreReq:    bison
     118BuildRequires:  bison
     119%endif
     120
    119121%if "%_vendor" == "redhat"
    120 BuildPreReq:    zlib-devel
    121 %endif
    122 %endif
    123 
    124 %if "%_vendor" == "redhat"
     122%if %build_gcj
     123BuildRequires:  zlib-devel
     124%endif
    125125%if %build_gnat
    126126# Building gnat requires gnat
     
    183183  cd build
    184184
    185 #  ALERT: GCJ would be better if we could add this flag and build
    186 #  it's libraries but this code isn't ready to be embedded.
    187 #  libgcj_flag="--enable-libgcj"
    188 
    189185  languages="c"
    190186%if %build_cxx
     
    209205  export PATH="%{_bindir}:${PATH}"
    210206  ../gcc-%{gcc_version}/configure \
    211     --prefix=%{_prefix} --mandir=%{_mandir} \
     207    --prefix=%{_prefix} \
     208    --bindir=%{_bindir} \
     209    --includedir=%{_includedir} \
     210    --libdir=%{_libdir} \
     211    --mandir=%{_mandir} \
    212212    --infodir=%{_infodir} \
    213213    --build=%_build --host=%_host \
     
    279279  make prefix=$RPM_BUILD_ROOT%{_prefix} \
    280280    bindir=$RPM_BUILD_ROOT%{_bindir} \
     281    libdir=$RPM_BUILD_ROOT%{_libdir} \
     282    includedir=$RPM_BUILD_ROOT%{_includedir} \
    281283    mandir=$RPM_BUILD_ROOT%{_mandir} \
    282284    infodir=$RPM_BUILD_ROOT%{_infodir} \
     
    285287  make prefix=$RPM_BUILD_ROOT%{_prefix} \
    286288    bindir=$RPM_BUILD_ROOT%{_bindir} \
     289    libdir=$RPM_BUILD_ROOT%{_libdir} \
     290    includedir=$RPM_BUILD_ROOT%{_includedir} \
    287291    mandir=$RPM_BUILD_ROOT%{_mandir} \
    288292    infodir=$RPM_BUILD_ROOT%{_infodir} \
Note: See TracChangeset for help on using the changeset viewer.