From b72900c62a5c27e588a5512e65ced402bb508871 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 31 Aug 2012 14:15:26 +0000 Subject: Add a --chost option to configure that takes a GNU style triplet. Add a couple aliases so the GNU canonical names are understood by us. Add an Ivy Bridge entry, match it up with the new GCC -march flag --- src/build-data/os/darwin.txt | 1 + src/build-data/os/linux.txt | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'src/build-data/os') diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index b63abf32c..0a075eed6 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -13,5 +13,6 @@ gettimeofday +macos macosx diff --git a/src/build-data/os/linux.txt b/src/build-data/os/linux.txt index 4c0965764..394f7673d 100644 --- a/src/build-data/os/linux.txt +++ b/src/build-data/os/linux.txt @@ -7,3 +7,7 @@ posix_mlock gmtime_r dlopen + + +linux-gnu + -- cgit v1.2.3