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


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (10 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/arm
Files:
2 edited

Legend:

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

    ra2798d9 r146587b  
    4949    xpointer="xpointer(//*[@os='f'])"/>
    5050
    51 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    52   ../gcc-&gcc-version;/configure \
     51<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
    5352  --prefix=${CLFS}/cross-tools \
    5453  --build=${CLFS_HOST} \
  • BOOK/cross-tools/arm/gcc-static.xml

    ra2798d9 r146587b  
    4848  xpointer="xpointer(//*[@os='e'])"/>
    4949
    50 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    51   ../gcc-&gcc-version;/configure \
     50<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
    5251  --prefix=${CLFS}/cross-tools \
    5352  --build=${CLFS_HOST} \
Note: See TracChangeset for help on using the changeset viewer.