Skip to content

Commit 69570eb

Browse files
committed
---
yaml --- r: 157193 b: refs/heads/master c: c6ab5b0 h: refs/heads/master i: 157191: 9eb7ff4 v: v3
1 parent 568e3e4 commit 69570eb

File tree

618 files changed

+5234
-6045
lines changed

Some content is hidden

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

618 files changed

+5234
-6045
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 88946f72d527ff66519f7bbbd7eda102005e839d
2+
refs/heads/master: c6ab5b0829febc13d231f4b1629eda42588785bb
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
55
refs/heads/try: 6ecdf1fa83d7cdbf44a0091132e9c6580be72275

trunk/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=""

trunk/mk/cfg/arm-apple-ios

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

trunk/mk/cfg/arm-linux-androideabi

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

trunk/mk/cfg/arm-unknown-linux-gnueabi

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

trunk/mk/cfg/arm-unknown-linux-gnueabihf

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

trunk/mk/cfg/i386-apple-ios

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

trunk/mk/cfg/i586-mingw32msvc

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

trunk/mk/cfg/i686-apple-darwin

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

trunk/mk/cfg/i686-unknown-linux-gnu

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

trunk/mk/cfg/i686-w64-mingw32

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

trunk/mk/cfg/mips-unknown-linux-gnu

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

trunk/mk/cfg/mipsel-linux

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

trunk/mk/cfg/x86_64-apple-darwin

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

0 commit comments

Comments
 (0)