Changeset 1110


Ignore:
Timestamp:
Jan 29, 2004, 10:33:55 PM (22 years ago)
Author:
bird
Message:

removed intl from the *_DIRS lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1109 r1110  
    88# the Free Software Foundation; either version 2 of the License, or
    99# (at your option) any later version.
    10 # 
     10#
    1111# This program is distributed in the hope that it will be useful,
    1212# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1313# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1414# GNU General Public License for more details.
    15 # 
     15#
    1616# You should have received a copy of the GNU General Public License
    1717# along with this program; if not, write to the Free Software
     
    1919#
    2020
    21 # Tell GNU make 3.79 not to run the top level in parallel.  This 
     21# Tell GNU make 3.79 not to run the top level in parallel.  This
    2222# prevents contention for $builddir/$target/config.cache, as well
    2323# as minimizing scatter in file system caches.
     
    6262# Directory in which the compiler finds executables, libraries, etc.
    6363libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
    64 GDB_NLM_DEPS = 
     64GDB_NLM_DEPS =
    6565
    6666SHELL = /bin/sh
     
    8585# here so that they can be overridden by Makefile fragments.
    8686HOST_CC = $(CC_FOR_BUILD)
    87 HOST_PREFIX = 
     87HOST_PREFIX =
    8888HOST_PREFIX_1 = loser-
    8989
     
    9292CXXFLAGS = -g -O2
    9393
    94 LDFLAGS = 
     94LDFLAGS =
    9595LIBCFLAGS = $(CFLAGS)
    9696CFLAGS_FOR_BUILD = $(CFLAGS)
     
    100100# prepend -O2 when setting CFLAGS_FOR_TARGET.
    101101CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
    102 LDFLAGS_FOR_TARGET = 
     102LDFLAGS_FOR_TARGET =
    103103LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
    104 PICFLAG = 
    105 PICFLAG_FOR_TARGET = 
     104PICFLAG =
     105PICFLAG_FOR_TARGET =
    106106
    107107CXX = c++
     
    177177
    178178SUBDIRS = "this is set via configure, don't edit this"
    179 OTHERS = 
     179OTHERS =
    180180
    181181# This is set by the configure script to the list of directories which
     
    192192# This is set by the configure script to the arguments to use when configuring
    193193# directories built for the target.
    194 TARGET_CONFIGARGS = 
     194TARGET_CONFIGARGS =
    195195
    196196# This is set by the configure script to the arguments to use when configuring
     
    414414        "gcc_version=$(gcc_version)" \
    415415        "gcc_version_trigger=$(gcc_version_trigger)" \
    416         "target_alias=$(target_alias)" 
     416        "target_alias=$(target_alias)"
    417417
    418418# For any flags above that may contain shell code that varies from one
     
    511511ALL_BUILD_MODULES_LIST = \
    512512        all-build-libiberty
    513 ALL_BUILD_MODULES = 
     513ALL_BUILD_MODULES =
    514514
    515515# This is a list of the configure targets for all of the modules which
     
    10781078mostlyclean: do-mostlyclean local-clean
    10791079distclean: do-distclean local-clean local-distclean
    1080 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 
     1080maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
    10811081maintainer-clean: local-distclean
    10821082realclean: maintainer-clean
     
    11501150
    11511151.PHONY: install install-cross uninstall source-vault binary-vault vault-install
    1152 install: $(INSTALL_TARGET) 
    1153 install-cross: $(INSTALL_TARGET_CROSS) 
     1152install: $(INSTALL_TARGET)
     1153install-cross: $(INSTALL_TARGET_CROSS)
    11541154
    11551155uninstall:
     
    11951195        $(INSTALL_TARGET_MODULES) \
    11961196        $(INSTALL_X11_MODULES) \
    1197         gcc-no-fixedincludes 
     1197        gcc-no-fixedincludes
    11981198
    11991199# Install the gcc headers files, but not the fixed include files,
     
    16621662        else \
    16631663          true; \
    1664         fi 
     1664        fi
    16651665
    16661666.PHONY: install-gcc
     
    17691769all-build-libiberty: configure-build-libiberty
    17701770
    1771 configure-target-libffi: $(ALL_GCC_C) 
     1771configure-target-libffi: $(ALL_GCC_C)
    17721772all-target-libffi: configure-target-libffi
    17731773configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi
     
    18521852dist:
    18531853        @echo "Building a full distribution of this tree isn't done"
    1854         @echo "via 'make dist'.  Check out the etc/ subdirectory" 
     1854        @echo "via 'make dist'.  Check out the etc/ subdirectory"
    18551855
    18561856etags tags: TAGS
     
    20212021
    20222022.PHONY: gas.tar.bz2
    2023 GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
     2023#GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
     2024GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms mkdep
    20242025gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
    20252026        $(MAKE) -f Makefile.in taz TOOL=gas \
     
    20292030# The FSF "binutils" release includes gprof and ld.
    20302031.PHONY: binutils.tar.bz2
    2031 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
     2032#BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
     2033BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms mkdep
    20322034binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
    20332035        $(MAKE) -f Makefile.in taz TOOL=binutils \
     
    20492051
    20502052.PHONY: gdb.tar.bz2
    2051 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
     2053#GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
     2054GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils
    20522055gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
    20532056        $(MAKE) -f Makefile.in gdb-taz TOOL=gdb \
Note: See TracChangeset for help on using the changeset viewer.