aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-31 14:15:26 +0000
committerlloyd <[email protected]>2012-08-31 14:15:26 +0000
commitb72900c62a5c27e588a5512e65ced402bb508871 (patch)
tree5200f1315642d5d4ca73530e03a658682f6bf2c9 /src/build-data/os
parente78969e9ef08de5b0f2d472e180d25ddfe8041f1 (diff)
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
Diffstat (limited to 'src/build-data/os')
-rw-r--r--src/build-data/os/darwin.txt1
-rw-r--r--src/build-data/os/linux.txt4
2 files changed, 5 insertions, 0 deletions
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
</target_features>
<aliases>
+macos
macosx
</aliases>
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
</target_features>
+
+<aliases>
+linux-gnu
+</aliases>