diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/arch/x86/subarch/pentium2/make.defaults')
| -rw-r--r-- | profiles/baldeagleos/1.0/linux-gnu/arch/x86/subarch/pentium2/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/x86/subarch/pentium2/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/arch/x86/subarch/pentium2/make.defaults new file mode 100644 index 000000000000..a32917e3e1b0 --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/arch/x86/subarch/pentium2/make.defaults @@ -0,0 +1,6 @@ +CFLAGS="-O2 -fomit-frame-pointer -march=pentium2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +CPU_FLAGS_X86="mmx" |
