From 40be00fced1aacb1a54bc3f109ffb034b9338edc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 25 Feb 2017 14:45:21 -0600 Subject: Add profile for x86/i486 --- profiles/arch/x86/i486/make.defaults | 9 +++++++++ profiles/arch/x86/i486/parent | 1 + 2 files changed, 10 insertions(+) create mode 100644 profiles/arch/x86/i486/make.defaults create mode 100644 profiles/arch/x86/i486/parent (limited to 'profiles/arch') diff --git a/profiles/arch/x86/i486/make.defaults b/profiles/arch/x86/i486/make.defaults new file mode 100644 index 000000000..5b52853dd --- /dev/null +++ b/profiles/arch/x86/i486/make.defaults @@ -0,0 +1,9 @@ +CHOST="i486-foxkit-linux-musl" + +# -O2 -> Perform second-level optimisations. +# Not -Os because most/all x86 aren't starved for space. +# -ggdb -> Generate GDB debugging information. +# This is used with splitdebug to make -dbg split packages. +# -march=i486 -> Require an i486 or newer. +# -mtune=pen... -> Tune for Pentium processors. +CFLAGS="-O2 -ggdb -march=i486 -mtune=pentium" diff --git a/profiles/arch/x86/i486/parent b/profiles/arch/x86/i486/parent new file mode 100644 index 000000000..f3229c5b9 --- /dev/null +++ b/profiles/arch/x86/i486/parent @@ -0,0 +1 @@ +.. -- cgit v1.2.3-60-g2f50