This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem in split_basic_block


>
> > + # This removes the cpu type and manufacturer components and
> > + #  replaces "." with "_" in the operating system version.
> > + case $host in *-*-*vms*)
> > + target_alias=`echo $host \
> > +   | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
> > + ;;
> > + esac
>
> this should not be necessary

Target_alias ends up in the installation path, and dots are illegal in VMS
directory names.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]