Changeset 682c7502 in rtems


Ignore:
Timestamp:
08/15/02 23:12:04 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3549ab0
Parents:
a50b011f
Message:

2002-08-15 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/Makefile.am: Remove c_only remnants.
  • gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++.
  • gcc3newlib/target-c++.add: Ditto.
Location:
scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    ra50b011f r682c7502  
     12002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * gcc3newlib/Makefile.am: Remove c_only remnants.
     4        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
     5        headers into c++ instead of g++.
     6        * gcc3newlib/target-c++.add: Ditto.
     7
    182002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • scripts/gcc3newlib/Makefile.am

    ra50b011f r682c7502  
    1313    base-gnat.add target-gnat.add
    1414
    15 noinst_DATA = gccnewlib.spec.in gccnewlib_c_only.spec.in
     15noinst_DATA = gccnewlib.spec.in
    1616
    1717gccnewlib.spec.in: $(SUBPACKAGES)
     
    1919CLEANFILES = gccnewlib.spec.in
    2020
    21 gccnewlib_c_only.spec.in: gccnewlib.add base-gcc.add target-gcc.add \
    22         target-c++.add
    23         cat $^ \
    24         | sed -e "s%@GCCLANGS@%\'--enable-languages=c,c++\'%g" > $@
    25 CLEANFILES += gccnewlib_c_only.spec.in
    26 
    27 C_ONLY_ARG = -a $(top_builddir)/gcc3newlib/gccnewlib_c_only.spec.in
    28 
    2921MKGCCNEWLIBSPEC_DEPS = $(top_builddir)/mkgcc3newlibspec gccnewlib.spec.in \
    3022    $(top_builddir)/setup.cache
    31 MKGCCNEWLIB_C_ONLY_SPEC_DEPS = $(top_builddir)/mkgcc3newlibspec \
    32     gccnewlib_c_only.spec.in $(top_builddir)/setup.cache
    3323
    3424RPM_SPECS_DATA =
  • scripts/gcc3newlib/gccnewlib.add

    ra50b011f r682c7502  
    226226    *include/objc*) ;;
    227227    *include/g++*);;
     228    *include/c++*);;
    228229    *adainclude*);;
    229230    *adalib*);;
  • scripts/gcc3newlib/target-c++.add

    ra50b011f r682c7502  
    2424%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/cc1plus@exe_ext@
    2525%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
     26%if "@gcc_version@" >= "3.2"
     27%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/c++
     28%else
    2629%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/g++
    2730%endif
     31%endif
Note: See TracChangeset for help on using the changeset viewer.