Changeset 84


Ignore:
Timestamp:
May 2, 2003, 1:53:15 PM (22 years ago)
Author:
bird
Message:

xfix again..

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r83 r84  
    278278.PHONY: gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove
    279279gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove:
     280ifeq "$(BUILD_PLATFORM)" "LINUX"
     281        -$(SH) $(PATH_TOP)/xfix.sh
     282endif
    280283        for dir in $(GCC_CONFIGURE_DIRS); do \
    281284                $(MAKE) $(@:gcc-autoconf-%=%) -f $(PWD)/config.gmk -C src/$$dir ; \
     
    326329                --enable-languages=c,c++ "
    327330else
    328         -$(SH) $(PATH_TOP)/xfix.sh
    329331        $(ASH) -c "$< \
    330332                --enable-clh \
  • trunk/xfix.sh

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r83 r84  
     1#!/bin/sh
     2#
     3# Workaround for missing +x bits in initial CVS import.
     4#
    15chmod a+x src/gcc/config.guess
    26chmod a+x src/gcc/config.sub
Note: See TracChangeset for help on using the changeset viewer.