Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 1998 17:45:53 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit: src/gnu/usr.bin/cc/libgcc Makefile
Message-ID:  <199807080045.RAA16408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/07 17:45:52 PDT

  Modified files:
    gnu/usr.bin/cc/libgcc Makefile 
  Log:
  Use a different hack for building libgcc2: `XCC= ${CC}' instead of
  `XCC= <relative cc> -B<path to relative cc1> ...'.  This is equivalent
  when cc and cc1, etc. have just been bootstrapped by `make world'.
  The relative versions normally won't work if the target system is
  not binary compatible.  Bootstrapping different versions of gcc
  without going through `make world' is slightly more broken than
  before.
  
  Uniformized macro names (P1OBJS -> LIB1POBJS, etc.).
  
  Don't give full paths to sources.
  
  Revision  Changes    Path
  1.17      +19 -37    src/gnu/usr.bin/cc/libgcc/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080045.RAA16408>