diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-23 19:09:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-23 19:09:03 +0000 |
commit | 50566667587e92dcf900e2d53204d972b5650a38 (patch) | |
tree | a6f76761af913def513f7cd326f38bce6cc95eca /extra | |
parent | df052fadc5d95cc5312a3aff62b32993039056df (diff) | |
download | uClibc-alpine-50566667587e92dcf900e2d53204d972b5650a38.tar.bz2 uClibc-alpine-50566667587e92dcf900e2d53204d972b5650a38.tar.xz |
Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.h8300 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 56d0ef3a2..2fcc55998 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -140,7 +140,7 @@ ARCH_CFLAGS2 = -I$(KERNEL_SOURCE)/include # # get this from elsewhere, maybe # -OPTIMIZATION = $(DEBUG_CFLAGS) +OPTIMIZATION = $(DEBUG_CFLAGS) -mh -mint32 -fsigned-char # This is a COFF compiler (ick), so disable all the cool stuff HAVE_ELF = false |