Changeset 146587b in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
b057d7e2
Parents:
a2798d9
git-author:
Andrew Bradford <andrew@…> (10/10/13 13:13:27)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:04)
Message:

gcc: Remove AR=ar and LDFLAGS from gcc builds

They aren't needed with gmp, mpfr, and mpc in tree and there are no host
libs built for embedded.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    ra2798d9 r146587b  
    5555<!-- This is the common configure line for GCC-Final -->
    5656<!-- It's not actually used by any arch but is here for reference. -->
    57 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    58   ../gcc-&gcc-version;/configure \
     57<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
    5958  --prefix=${CLFS}/cross-tools \
    6059  --build=${CLFS_HOST} \
  • BOOK/cross-tools/common/gcc-static.xml

    ra2798d9 r146587b  
    5151<!-- This is the common configure line for GCC-Static. -->
    5252<!-- It's not actually used by any arch but is here for reference. -->
    53 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    54   ../gcc-&gcc-version;/configure \
     53<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
    5554  --prefix=${CLFS}/cross-tools \
    5655  --build=${CLFS_HOST} \
Note: See TracChangeset for help on using the changeset viewer.