diff options
Diffstat (limited to 'profiles/arch/x86/i486')
-rw-r--r-- | profiles/arch/x86/i486/make.defaults | 9 | ||||
-rw-r--r-- | profiles/arch/x86/i486/parent | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/profiles/arch/x86/i486/make.defaults b/profiles/arch/x86/i486/make.defaults deleted file mode 100644 index 5b52853dd..000000000 --- a/profiles/arch/x86/i486/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index f3229c5b9..000000000 --- a/profiles/arch/x86/i486/parent +++ /dev/null @@ -1 +0,0 @@ -.. |