summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-24 10:02:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-24 10:02:34 +0000
commit2f6c18807ef9e7617750984592aeee7d9e84ffea (patch)
tree14d98df8f3bb4cef5368427a87773496e55294fd
parent2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2f6c18807ef9e7617750984592aeee7d9e84ffea.tar.bz2
2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE. * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
Diffstat (limited to '')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/HPUX9-posix.cfg5
-rw-r--r--make/custom/default.cfg9
3 files changed, 5 insertions, 14 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index f48c0eb803..8562183c36 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
+ * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
+
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* custom/simhppa.cfg: Removed.
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index e1c90d32a7..ff3b5a2a30 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -15,11 +15,6 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
-# use the macros instead of the inline functions
-# The macros work better when mixed with other compilers.
-INLINE=macros
-INLINE_UPCASE=MACRO
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index ae6893b994..d2e177498e 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -14,15 +14,6 @@ include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
-# use the inline functions instead of the macros
-ifeq ($(RTEMS_USE_MACROS),yes)
-INLINE=macros
-INLINE_UPCASE=
-else
-INLINE=inline
-INLINE_UPCASE=INLINE
-endif
-
## Target compiler config file, if any
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg