Changeset 1110
- Timestamp:
- Jan 29, 2004, 10:33:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1109 r1110 8 8 # the Free Software Foundation; either version 2 of the License, or 9 9 # (at your option) any later version. 10 # 10 # 11 11 # This program is distributed in the hope that it will be useful, 12 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 # GNU General Public License for more details. 15 # 15 # 16 16 # You should have received a copy of the GNU General Public License 17 17 # along with this program; if not, write to the Free Software … … 19 19 # 20 20 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 22 22 # prevents contention for $builddir/$target/config.cache, as well 23 23 # as minimizing scatter in file system caches. … … 62 62 # Directory in which the compiler finds executables, libraries, etc. 63 63 libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version) 64 GDB_NLM_DEPS = 64 GDB_NLM_DEPS = 65 65 66 66 SHELL = /bin/sh … … 85 85 # here so that they can be overridden by Makefile fragments. 86 86 HOST_CC = $(CC_FOR_BUILD) 87 HOST_PREFIX = 87 HOST_PREFIX = 88 88 HOST_PREFIX_1 = loser- 89 89 … … 92 92 CXXFLAGS = -g -O2 93 93 94 LDFLAGS = 94 LDFLAGS = 95 95 LIBCFLAGS = $(CFLAGS) 96 96 CFLAGS_FOR_BUILD = $(CFLAGS) … … 100 100 # prepend -O2 when setting CFLAGS_FOR_TARGET. 101 101 CFLAGS_FOR_TARGET = -O2 $(CFLAGS) 102 LDFLAGS_FOR_TARGET = 102 LDFLAGS_FOR_TARGET = 103 103 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) 104 PICFLAG = 105 PICFLAG_FOR_TARGET = 104 PICFLAG = 105 PICFLAG_FOR_TARGET = 106 106 107 107 CXX = c++ … … 177 177 178 178 SUBDIRS = "this is set via configure, don't edit this" 179 OTHERS = 179 OTHERS = 180 180 181 181 # This is set by the configure script to the list of directories which … … 192 192 # This is set by the configure script to the arguments to use when configuring 193 193 # directories built for the target. 194 TARGET_CONFIGARGS = 194 TARGET_CONFIGARGS = 195 195 196 196 # This is set by the configure script to the arguments to use when configuring … … 414 414 "gcc_version=$(gcc_version)" \ 415 415 "gcc_version_trigger=$(gcc_version_trigger)" \ 416 "target_alias=$(target_alias)" 416 "target_alias=$(target_alias)" 417 417 418 418 # For any flags above that may contain shell code that varies from one … … 511 511 ALL_BUILD_MODULES_LIST = \ 512 512 all-build-libiberty 513 ALL_BUILD_MODULES = 513 ALL_BUILD_MODULES = 514 514 515 515 # This is a list of the configure targets for all of the modules which … … 1078 1078 mostlyclean: do-mostlyclean local-clean 1079 1079 distclean: do-distclean local-clean local-distclean 1080 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 1080 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 1081 1081 maintainer-clean: local-distclean 1082 1082 realclean: maintainer-clean … … 1150 1150 1151 1151 .PHONY: install install-cross uninstall source-vault binary-vault vault-install 1152 install: $(INSTALL_TARGET) 1153 install-cross: $(INSTALL_TARGET_CROSS) 1152 install: $(INSTALL_TARGET) 1153 install-cross: $(INSTALL_TARGET_CROSS) 1154 1154 1155 1155 uninstall: … … 1195 1195 $(INSTALL_TARGET_MODULES) \ 1196 1196 $(INSTALL_X11_MODULES) \ 1197 gcc-no-fixedincludes 1197 gcc-no-fixedincludes 1198 1198 1199 1199 # Install the gcc headers files, but not the fixed include files, … … 1662 1662 else \ 1663 1663 true; \ 1664 fi 1664 fi 1665 1665 1666 1666 .PHONY: install-gcc … … 1769 1769 all-build-libiberty: configure-build-libiberty 1770 1770 1771 configure-target-libffi: $(ALL_GCC_C) 1771 configure-target-libffi: $(ALL_GCC_C) 1772 1772 all-target-libffi: configure-target-libffi 1773 1773 configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi … … 1852 1852 dist: 1853 1853 @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" 1855 1855 1856 1856 etags tags: TAGS … … 2021 2021 2022 2022 .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 2024 GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms mkdep 2024 2025 gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas 2025 2026 $(MAKE) -f Makefile.in taz TOOL=gas \ … … 2029 2030 # The FSF "binutils" release includes gprof and ld. 2030 2031 .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 2033 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms mkdep 2032 2034 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils 2033 2035 $(MAKE) -f Makefile.in taz TOOL=binutils \ … … 2049 2051 2050 2052 .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 2054 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils 2052 2055 gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb 2053 2056 $(MAKE) -f Makefile.in gdb-taz TOOL=gdb \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.