Skip to content

Commit 7516639

Browse files
committed
---
yaml --- r: 157631 b: refs/heads/snap-stage3 c: 7163d65 h: refs/heads/master i: 157629: 351e06c 157627: 51854a7 157623: aef6c62 157615: 6065f10 157599: 4c8ba1c 157567: bcc719a v: v3
1 parent 6bfab6f commit 7516639

File tree

619 files changed

+5387
-6292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

619 files changed

+5387
-6292
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 065caf34f5ff29e04605f95d9c5d511af219439a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fd53657484d78d0b7c00ce3264d99c051cf07d26
4+
refs/heads/snap-stage3: 7163d65e24b9ccdd596c0af8d07bcb52b972ea15
55
refs/heads/try: 0ee4d8b0b112c608646fa75463ab4dc59132efd9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ CFG_PREFIX=${CFG_PREFIX%/}
842842
CFG_MANDIR=${CFG_MANDIR%/}
843843
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
844844
CFG_TARGET="$(echo $CFG_TARGET | tr ',' ' ')"
845-
CFG_SUPPORTED_TARGET="$(ls ${CFG_SRC_DIR}mk/cfg)"
845+
CFG_SUPPORTED_TARGET="$(grep ^CC_*=* ${CFG_SRC_DIR}mk/platform.mk | sed -e 's/^CC_//' -e 's/\([^=]*\).*/\1/' | xargs)"
846846

847847
# copy host-triples to target-triples so that hosts are a subset of targets
848848
V_TEMP=""

branches/snap-stage3/mk/cfg/arm-apple-ios

Lines changed: 0 additions & 34 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/arm-linux-androideabi

Lines changed: 0 additions & 28 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/arm-unknown-linux-gnueabi

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/arm-unknown-linux-gnueabihf

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/i386-apple-ios

Lines changed: 0 additions & 33 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/i586-mingw32msvc

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/i686-apple-darwin

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/i686-unknown-linux-gnu

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/i686-w64-mingw32

Lines changed: 0 additions & 31 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/mips-unknown-linux-gnu

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/mipsel-linux

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/snap-stage3/mk/cfg/x86_64-apple-darwin

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)