git: gcc44: adjust build infrastructure for gcc-4.4.2

看板DFBSD_commit作者時間16年前 (2009/10/28 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 0d53e69f9c6aa6972462ab7900e110c8846e99e4 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Wed Oct 28 12:32:06 2009 +0100 gcc44: adjust build infrastructure for gcc-4.4.2 Summary of changes: gnu/lib/gcc44/libstdc++/Makefile | 18 +-- gnu/lib/gcc44/libstdc++/ctype_base.h.patch | 31 ----- gnu/lib/gcc44/libstdc++/ctype_noninline.h.patch | 21 ---- gnu/lib/gcc44/libstdc++/os_defines.h | 6 - gnu/usr.bin/cc44/Makefile.inc | 6 +- gnu/usr.bin/cc44/Makefile.tgt | 12 +- gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h | 15 +-- gnu/usr.bin/cc44/cc_prep/config/dragonfly-spec.h | 125 ------------------- gnu/usr.bin/cc44/cc_prep/config/dragonfly.h | 87 -------------- gnu/usr.bin/cc44/cc_prep/config/i386/dragonfly.h | 126 -------------------- gnu/usr.bin/cc44/cc_prep/config/i386/dragonfly64.h | 51 -------- 11 files changed, 14 insertions(+), 484 deletions(-) delete mode 100644 gnu/lib/gcc44/libstdc++/ctype_base.h.patch delete mode 100644 gnu/lib/gcc44/libstdc++/ctype_noninline.h.patch delete mode 100644 gnu/lib/gcc44/libstdc++/os_defines.h delete mode 100644 gnu/usr.bin/cc44/cc_prep/config/dragonfly-spec.h delete mode 100644 gnu/usr.bin/cc44/cc_prep/config/dragonfly.h delete mode 100644 gnu/usr.bin/cc44/cc_prep/config/i386/dragonfly.h delete mode 100644 gnu/usr.bin/cc44/cc_prep/config/i386/dragonfly64.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d53e69f9c6aa6972462ab7900e110c8846e99e4 -- DragonFly BSD source repository
文章代碼(AID): #1Aw4VPdg (DFBSD_commit)