summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
commitde2840528859860ca242f7bde0cbd90d51984cf2 (patch)
tree27b5b5bebf573c275ba413e96829e92c985c11ef
parent41e45c2e8d8083be3157f2d7e884adf454332358 (diff)
downloadsdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz
Updated Makefiles
-rw-r--r--Makefile.common12
-rw-r--r--config.log251
-rwxr-xr-xconfig.status22
-rwxr-xr-xconfigure8
-rwxr-xr-xdebugger/mcs51/config.status2
-rw-r--r--device/include/Makefile8
-rw-r--r--device/non-free/include/Makefile8
-rw-r--r--main.mk10
-rw-r--r--sdas/as8xcxxx/Makefile10
-rw-r--r--sdas/asstm8/Makefile10
-rw-r--r--sdas/linksrc/Makefile10
-rw-r--r--sdccconf.h4
-rw-r--r--support/cpp/config.log2
-rwxr-xr-xsupport/cpp/config.status4
-rw-r--r--support/regression/Makefile2
-rw-r--r--support/regression/ports/host/spec.mk2
-rw-r--r--support/sdbinutils/bfd/Makefile18
-rw-r--r--support/sdbinutils/bfd/config.log28
-rwxr-xr-xsupport/sdbinutils/bfd/config.status16
-rw-r--r--support/sdbinutils/bfd/doc/Makefile18
-rw-r--r--support/sdbinutils/binutils/Makefile18
-rw-r--r--support/sdbinutils/binutils/config.log32
-rwxr-xr-xsupport/sdbinutils/binutils/config.status16
-rwxr-xr-xsupport/sdbinutils/config.status2
-rw-r--r--support/sdbinutils/libiberty/config.log68
-rwxr-xr-xsupport/sdbinutils/libiberty/config.status6
26 files changed, 284 insertions, 303 deletions
diff --git a/Makefile.common b/Makefile.common
index c47da2f..5f8687d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -4,10 +4,10 @@
# Version
PACKAGE = sdcc
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
# Programs
SHELL = /bin/sh
@@ -80,8 +80,8 @@ transform = s,x,x,
DEFS += $(subs -DHAVE_CONFIG_H,,-DHAVE_CONFIG_H)
CPPFLAGS += $(INCLUDEFLAGS) -I. -I$(top_builddir) -I$(srcdir)/$(SLIB) -I$(srcdir)
-CFLAGS += -pipe -ggdb -g -O2 -Wall -Wno-parentheses
-CXXFLAGS += -pipe -ggdb -g -O2
+CFLAGS += -pipe -ggdb -g -Og -Wall -Wno-parentheses
+CXXFLAGS += -pipe -ggdb -g -Og
LDFLAGS +=
EXTRALIBS +=
diff --git a/config.log b/config.log
index 3362055..6e07803 100644
--- a/config.log
+++ b/config.log
@@ -53,7 +53,7 @@ configure:2747: checking for gawk
configure:2763: found /usr/bin/gawk
configure:2774: result: gawk
configure:2786: checking version of the package
-configure:2790: result: 3.9.3
+configure:2798: result: unknown using 0.0.0
configure:2897: checking for gcc
configure:2913: found /usr/bin/gcc
configure:2924: result: gcc
@@ -115,7 +115,7 @@ configure:3484: gcc -c -g conftest.c >&5
configure:3484: $? = 0
configure:3525: result: yes
configure:3542: checking for gcc option to accept ISO C89
-configure:3605: gcc -c -g -O2 conftest.c >&5
+configure:3605: gcc -c -g -Og conftest.c >&5
configure:3605: $? = 0
configure:3618: result: none needed
configure:3643: checking how to run the C preprocessor
@@ -135,10 +135,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3713: result: gcc -E
@@ -158,10 +158,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3833: checking for g++
@@ -240,51 +240,51 @@ configure:4656: result: /bin/grep
configure:4661: checking for egrep
configure:4723: result: /bin/grep -E
configure:4728: checking for ANSI C header files
-configure:4748: gcc -c -g -O2 conftest.c >&5
+configure:4748: gcc -c -g -Og conftest.c >&5
configure:4748: $? = 0
-configure:4821: gcc -o conftest -g -O2 conftest.c >&5
+configure:4821: gcc -o conftest -g -Og conftest.c >&5
configure:4821: $? = 0
configure:4821: ./conftest
configure:4821: $? = 0
configure:4832: result: yes
configure:4845: checking for sys/types.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for sys/stat.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for stdlib.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for string.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for memory.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for strings.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for inttypes.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for stdint.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4845: checking for unistd.h
-configure:4845: gcc -c -g -O2 conftest.c >&5
+configure:4845: gcc -c -g -Og conftest.c >&5
configure:4845: $? = 0
configure:4845: result: yes
configure:4860: checking endian.h usability
-configure:4860: gcc -c -g -O2 conftest.c >&5
+configure:4860: gcc -c -g -Og conftest.c >&5
configure:4860: $? = 0
configure:4860: result: yes
configure:4860: checking endian.h presence
@@ -294,7 +294,7 @@ configure:4860: result: yes
configure:4860: checking for endian.h
configure:4860: result: yes
configure:4860: checking sys/endian.h usability
-configure:4860: gcc -c -g -O2 conftest.c >&5
+configure:4860: gcc -c -g -Og conftest.c >&5
conftest.c:57:10: fatal error: sys/endian.h: No such file or directory
#include <sys/endian.h>
^~~~~~~~~~~~~~
@@ -308,10 +308,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -374,10 +374,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -395,7 +395,7 @@ configure:4860: result: no
configure:4860: checking for sys/endian.h
configure:4860: result: no
configure:4860: checking machine/endian.h usability
-configure:4860: gcc -c -g -O2 conftest.c >&5
+configure:4860: gcc -c -g -Og conftest.c >&5
conftest.c:57:10: fatal error: machine/endian.h: No such file or directory
#include <machine/endian.h>
^~~~~~~~~~~~~~~~~~
@@ -409,10 +409,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -475,10 +475,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -496,7 +496,7 @@ configure:4860: result: no
configure:4860: checking for machine/endian.h
configure:4860: result: no
configure:4860: checking sys/isa_defs.h usability
-configure:4860: gcc -c -g -O2 conftest.c >&5
+configure:4860: gcc -c -g -Og conftest.c >&5
conftest.c:57:10: fatal error: sys/isa_defs.h: No such file or directory
#include <sys/isa_defs.h>
^~~~~~~~~~~~~~~~
@@ -510,10 +510,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -576,10 +576,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -613,10 +613,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -647,10 +647,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -665,7 +665,7 @@ configure: failed program was:
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5013: checking treedec/combinations.hpp usability
-configure:5013: g++ -c -g -O2 conftest.cpp >&5
+configure:5013: g++ -c -g -Og conftest.cpp >&5
conftest.cpp:57:10: fatal error: treedec/combinations.hpp: No such file or directory
#include <treedec/combinations.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -679,10 +679,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -745,10 +745,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -767,7 +767,7 @@ configure:5013: checking for treedec/combinations.hpp
configure:5013: result: no
configure:5020: treedec library missing, falling back to Thorup.
configure:5028: checking gala/graph.h usability
-configure:5028: g++ -c -g -O2 conftest.cpp >&5
+configure:5028: g++ -c -g -Og conftest.cpp >&5
conftest.cpp:57:10: fatal error: gala/graph.h: No such file or directory
#include <gala/graph.h>
^~~~~~~~~~~~~~
@@ -781,10 +781,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -847,10 +847,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -868,7 +868,7 @@ configure:5028: result: no
configure:5028: checking for gala/graph.h
configure:5028: result: no
configure:5040: checking boost/graph/adjacency_list.hpp usability
-configure:5040: g++ -c -g -O2 conftest.cpp >&5
+configure:5040: g++ -c -g -Og conftest.cpp >&5
configure:5040: $? = 0
configure:5040: result: yes
configure:5040: checking boost/graph/adjacency_list.hpp presence
@@ -881,30 +881,30 @@ configure:5068: checking for ccache
configure:5084: found /usr/bin/ccache
configure:5095: result: ccache
configure:5114: checking for strerror
-configure:5114: gcc -o conftest -g -O2 conftest.c >&5
+configure:5114: gcc -o conftest -g -Og conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for mkstemp
-configure:5114: gcc -o conftest -g -O2 conftest.c >&5
+configure:5114: gcc -o conftest -g -Og conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for strndup
-configure:5114: gcc -o conftest -g -O2 conftest.c >&5
+configure:5114: gcc -o conftest -g -Og conftest.c >&5
conftest.c:50:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch]
char strndup ();
^~~~~~~
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for setrlimit
-configure:5114: gcc -o conftest -g -O2 conftest.c >&5
+configure:5114: gcc -o conftest -g -Og conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for backtrace_symbols_fd
-configure:5114: gcc -o conftest -g -O2 conftest.c >&5
+configure:5114: gcc -o conftest -g -Og conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5217: checking whether g++ supports C++11 features by default
-configure:5511: g++ -c -g -O2 conftest.cpp >&5
+configure:5511: g++ -c -g -Og conftest.cpp >&5
configure:5511: $? = 0
configure:5518: result: yes
configure:6199: checking whether preprocessor accepts -MM or -M
@@ -942,11 +942,11 @@ configure:6282: gcc -c -pipe conftest.c >&5
configure:6282: $? = 0
configure:6291: result: yes
configure:6354: checking for gcc option to accept ISO C99
-configure:6503: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6503: gcc -c -pipe -ggdb -g -Og conftest.c >&5
configure:6503: $? = 0
configure:6516: result: none needed
configure:6537: checking return type of signal handlers
-configure:6555: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6555: gcc -c -pipe -ggdb -g -Og conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:10: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
@@ -960,10 +960,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -995,37 +995,37 @@ configure: failed program was:
| }
configure:6562: result: void
configure:6575: checking size of char
-configure:6580: gcc -o conftest -pipe -ggdb -g -O2 conftest.c >&5
+configure:6580: gcc -o conftest -pipe -ggdb -g -Og conftest.c >&5
configure:6580: $? = 0
configure:6580: ./conftest
configure:6580: $? = 0
configure:6594: result: 1
configure:6608: checking size of short
-configure:6613: gcc -o conftest -pipe -ggdb -g -O2 conftest.c >&5
+configure:6613: gcc -o conftest -pipe -ggdb -g -Og conftest.c >&5
configure:6613: $? = 0
configure:6613: ./conftest
configure:6613: $? = 0
configure:6627: result: 2
configure:6641: checking size of int
-configure:6646: gcc -o conftest -pipe -ggdb -g -O2 conftest.c >&5
+configure:6646: gcc -o conftest -pipe -ggdb -g -Og conftest.c >&5
configure:6646: $? = 0
configure:6646: ./conftest
configure:6646: $? = 0
configure:6660: result: 4
configure:6674: checking size of long
-configure:6679: gcc -o conftest -pipe -ggdb -g -O2 conftest.c >&5
+configure:6679: gcc -o conftest -pipe -ggdb -g -Og conftest.c >&5
configure:6679: $? = 0
configure:6679: ./conftest
configure:6679: $? = 0
configure:6693: result: 8
configure:6707: checking size of long long
-configure:6712: gcc -o conftest -pipe -ggdb -g -O2 conftest.c >&5
+configure:6712: gcc -o conftest -pipe -ggdb -g -Og conftest.c >&5
configure:6712: $? = 0
configure:6712: ./conftest
configure:6712: $? = 0
configure:6726: result: 8
configure:6736: checking whether char is unsigned
-configure:6755: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6755: gcc -c -pipe -ggdb -g -Og conftest.c >&5
configure:6755: $? = 0
configure:6762: result: no
configure:6795: checking type name for byte
@@ -1037,7 +1037,7 @@ configure:6813: result: int
configure:6815: checking type name for qword
configure:6818: result: long
configure:6870: checking whether byte ordering is bigendian
-configure:6885: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6885: gcc -c -pipe -ggdb -g -Og conftest.c >&5
conftest.c:46:9: error: unknown type name 'not'
not a universal capable compiler
^~~
@@ -1054,10 +1054,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -1096,9 +1096,9 @@ configure: failed program was:
| #endif
| typedef int dummy;
|
-configure:6930: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6930: gcc -c -pipe -ggdb -g -Og conftest.c >&5
configure:6930: $? = 0
-configure:6948: gcc -c -pipe -ggdb -g -O2 conftest.c >&5
+configure:6948: gcc -c -pipe -ggdb -g -Og conftest.c >&5
conftest.c: In function 'main':
conftest.c:52:4: error: unknown type name 'not'; did you mean 'ino_t'?
not big endian
@@ -1116,10 +1116,10 @@ configure: failed program was:
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
-| #define SDCC_VERSION_LO 9
-| #define SDCC_VERSION_HI 3
-| #define SDCC_VERSION_P 3
-| #define SDCC_VERSION_STR "3.9.3"
+| #define SDCC_VERSION_LO 0
+| #define SDCC_VERSION_HI 0
+| #define SDCC_VERSION_P 0
+| #define SDCC_VERSION_STR "0.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
@@ -1219,26 +1219,25 @@ config.status:1014: creating Makefile
config.status:1014: creating Makefile.common
config.status:1014: creating device/non-free/include/Makefile
config.status:1014: creating sdccconf.h
-config.status:1189: sdccconf.h is unchanged
config.status:1014: creating sdas/linksrc/asxxxx_config.h
config.status:1189: sdas/linksrc/asxxxx_config.h is unchanged
-configure:10359: === configuring in support/cpp (/home/xavier/sdcc/support/cpp)
+configure:10359: === configuring in support/cpp (/home/xavier/sdcc_gas/support/cpp)
configure:10422: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
-configure:10359: === configuring in debugger/mcs51 (/home/xavier/sdcc/debugger/mcs51)
+configure:10359: === configuring in debugger/mcs51 (/home/xavier/sdcc_gas/debugger/mcs51)
configure:10422: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
-configure:10359: === configuring in support/sdbinutils (/home/xavier/sdcc/support/sdbinutils)
+configure:10359: === configuring in support/sdbinutils (/home/xavier/sdcc_gas/support/sdbinutils)
configure:10422: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
configure:10734: result:
-sdcc 3.9.3 is now configured for
+sdcc 0.0.0 is now configured for
Build: x86_64-pc-linux-gnu
Host: x86_64-pc-linux-gnu
Source directory: .
Yacc: bison -y
C compiler: gcc
- CFLAGS: -pipe -ggdb -g -O2
+ CFLAGS: -pipe -ggdb -g -Og
C++ compiler: g++
- CXXFLAGS: -pipe -ggdb -g -O2
+ CXXFLAGS: -pipe -ggdb -g -Og
CPPFLAGS:
LDFLAGS:
MAKEDEP: g++ -MM
@@ -1420,10 +1419,10 @@ ax_cv_cxx_compile_cxx11=yes
sdcc_cv_MM=-MM
sdcc_cv_c_ggdb=yes
sdcc_cv_c_pipe=yes
-sdcc_cv_version=3.9.3
-sdcc_cv_versionhi=3
-sdcc_cv_versionlo=9
-sdcc_cv_versionp=3
+sdcc_cv_version=0.0.0
+sdcc_cv_versionhi=0
+sdcc_cv_versionlo=0
+sdcc_cv_versionp=0
## ----------------- ##
## Output variables. ##
@@ -1436,13 +1435,13 @@ AWK='gawk'
C99_FLAG='--std=c99'
CC='gcc'
CCACHE='ccache'
-CFLAGS=' -pipe -ggdb -g -O2'
+CFLAGS=' -pipe -ggdb -g -Og'
CP='cp'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
-CXXFLAGS='-pipe -ggdb -g -O2'
+CXXFLAGS='-pipe -ggdb -g -Og'
DEFS='-DHAVE_CONFIG_H'
DVIPDFM='dvipdfm'
ECHO_C=''
@@ -1510,10 +1509,10 @@ PYTHON='python3.6'
RANLIB='ranlib'
SHELL='/bin/bash'
STRIP='strip'
-VERSION='3.9.3'
-VERSIONHI='3'
-VERSIONLO='9'
-VERSIONP='3'
+VERSION='0.0.0'
+VERSIONHI='0'
+VERSIONLO='0'
+VERSIONP='0'
WALL_FLAG='-Wall -Wno-parentheses'
YACC='bison -y'
ac_ct_CC='gcc'
@@ -1572,10 +1571,10 @@ target_alias=''
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
-#define SDCC_VERSION_LO 9
-#define SDCC_VERSION_HI 3
-#define SDCC_VERSION_P 3
-#define SDCC_VERSION_STR "3.9.3"
+#define SDCC_VERSION_LO 0
+#define SDCC_VERSION_HI 0
+#define SDCC_VERSION_P 0
+#define SDCC_VERSION_STR "0.0.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
diff --git a/config.status b/config.status
index c4ca9e1..fd702d0 100755
--- a/config.status
+++ b/config.status
@@ -433,7 +433,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc'
+ac_pwd='/home/xavier/sdcc_gas'
srcdir='.'
INSTALL='/usr/bin/install -c'
AWK='gawk'
@@ -726,7 +726,7 @@ S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["ac_ct_CXX"]="g++"
-S["CXXFLAGS"]="-pipe -ggdb -g -O2"
+S["CXXFLAGS"]="-pipe -ggdb -g -Og"
S["CXX"]="g++"
S["CPP"]="gcc -E"
S["OBJEXT"]="o"
@@ -734,12 +734,12 @@ S["EXEEXT"]=""
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]=""
S["LDFLAGS"]=""
-S["CFLAGS"]=" -pipe -ggdb -g -O2"
+S["CFLAGS"]=" -pipe -ggdb -g -Og"
S["CC"]="gcc"
-S["VERSIONP"]="3"
-S["VERSIONLO"]="9"
-S["VERSIONHI"]="3"
-S["VERSION"]="3.9.3"
+S["VERSIONP"]="0"
+S["VERSIONLO"]="0"
+S["VERSIONHI"]="0"
+S["VERSION"]="0.0.0"
S["PACKAGE"]="sdcc"
S["AWK"]="gawk"
S["host_os"]="linux-gnu"
@@ -836,10 +836,10 @@ D["PACKAGE_VERSION"]=" \"\""
D["PACKAGE_STRING"]=" \"\""
D["PACKAGE_BUGREPORT"]=" \"\""
D["PACKAGE_URL"]=" \"\""
-D["SDCC_VERSION_LO"]=" 9"
-D["SDCC_VERSION_HI"]=" 3"
-D["SDCC_VERSION_P"]=" 3"
-D["SDCC_VERSION_STR"]=" \"3.9.3\""
+D["SDCC_VERSION_LO"]=" 0"
+D["SDCC_VERSION_HI"]=" 0"
+D["SDCC_VERSION_P"]=" 0"
+D["SDCC_VERSION_STR"]=" \"0.0.0\""
D["STDC_HEADERS"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
diff --git a/configure b/configure
index ce16780..11c2fa9 100755
--- a/configure
+++ b/configure
@@ -3528,13 +3528,13 @@ if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="-g -Og"
else
CFLAGS="-g"
fi
else
if test "$GCC" = yes; then
- CFLAGS="-O2"
+ CFLAGS="-Og"
else
CFLAGS=
fi
@@ -4012,13 +4012,13 @@ if test "$ac_test_CXXFLAGS" = set; then
CXXFLAGS=$ac_save_CXXFLAGS
elif test $ac_cv_prog_cxx_g = yes; then
if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
+ CXXFLAGS="-g -Og"
else
CXXFLAGS="-g"
fi
else
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+ CXXFLAGS="-Og"
else
CXXFLAGS=
fi
diff --git a/debugger/mcs51/config.status b/debugger/mcs51/config.status
index 7b37eae..ceb8eb0 100755
--- a/debugger/mcs51/config.status
+++ b/debugger/mcs51/config.status
@@ -433,7 +433,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/debugger/mcs51'
+ac_pwd='/home/xavier/sdcc_gas/debugger/mcs51'
srcdir='.'
INSTALL='/usr/bin/install -c'
test -n "$AWK" || AWK=awk
diff --git a/device/include/Makefile b/device/include/Makefile
index d851bb5..7b28326 100644
--- a/device/include/Makefile
+++ b/device/include/Makefile
@@ -2,10 +2,10 @@
#
#
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
SHELL = /bin/sh
CPP = gcc -E
diff --git a/device/non-free/include/Makefile b/device/non-free/include/Makefile
index 435793d..845f4f0 100644
--- a/device/non-free/include/Makefile
+++ b/device/non-free/include/Makefile
@@ -2,10 +2,10 @@
#
#
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
SHELL = /bin/sh
CPP = gcc -E
diff --git a/main.mk b/main.mk
index 5784516..f20631e 100644
--- a/main.mk
+++ b/main.mk
@@ -3,10 +3,10 @@
#
# Version
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
# Programs
SHELL = /bin/sh
@@ -35,7 +35,7 @@ srcdir = .
# Flags
DEFS = $(subs -DHAVE_CONFIG_H,,-DHAVE_CONFIG_H)
CPPFLAGS = -I$(PRJDIR)
-CFLAGS = -pipe -ggdb -g -O2
+CFLAGS = -pipe -ggdb -g -Og
# Compiling entire program or any subproject
diff --git a/sdas/as8xcxxx/Makefile b/sdas/as8xcxxx/Makefile
index f43df84..74d272e 100644
--- a/sdas/as8xcxxx/Makefile
+++ b/sdas/as8xcxxx/Makefile
@@ -2,10 +2,10 @@
#
#
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
SHELL = /bin/sh
CC = gcc
@@ -35,7 +35,7 @@ EXEEXT =
CPPFLAGS = -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/util
-CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses $(CPPFLAGS)
+CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses $(CPPFLAGS)
LDFLAGS =
LIBS = -lm
diff --git a/sdas/asstm8/Makefile b/sdas/asstm8/Makefile
index 4d3b3b1..2fc28f7 100644
--- a/sdas/asstm8/Makefile
+++ b/sdas/asstm8/Makefile
@@ -2,10 +2,10 @@
#
#
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
SHELL = /bin/sh
CC = gcc
@@ -35,7 +35,7 @@ EXEEXT =
CPPFLAGS = -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/util
-CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses $(CPPFLAGS)
+CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses $(CPPFLAGS)
LDFLAGS =
LIBS = -lm
diff --git a/sdas/linksrc/Makefile b/sdas/linksrc/Makefile
index 97ccb93..237545d 100644
--- a/sdas/linksrc/Makefile
+++ b/sdas/linksrc/Makefile
@@ -2,10 +2,10 @@
#
#
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
SHELL = /bin/sh
CC = gcc
@@ -35,7 +35,7 @@ EXEEXT =
CPPFLAGS = -I.. -I$(srcdir)/..
-CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I$(srcdir)
+CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I$(srcdir)
LDFLAGS =
OBJDIR = obj
diff --git a/sdccconf.h b/sdccconf.h
index 7d91527..9eb5098 100644
--- a/sdccconf.h
+++ b/sdccconf.h
@@ -240,10 +240,10 @@
#define SDCC_VERSION_LO 9
/* XXX */
-#define SDCC_VERSION_P 3
+#define SDCC_VERSION_P 1
/* XXX */
-#define SDCC_VERSION_STR "3.9.3"
+#define SDCC_VERSION_STR "3.9.1"
/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
diff --git a/support/cpp/config.log b/support/cpp/config.log
index 4f02229..afcaf6d 100644
--- a/support/cpp/config.log
+++ b/support/cpp/config.log
@@ -2321,7 +2321,7 @@ localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
manext='.1'
md_file='/.md'
-objdir='/home/xavier/sdcc/support/cpp'
+objdir='/home/xavier/sdcc_gas/support/cpp'
objext='.o'
oldincludedir='/usr/include'
out_file='/.c'
diff --git a/support/cpp/config.status b/support/cpp/config.status
index 91969b9..d23b8a0 100755
--- a/support/cpp/config.status
+++ b/support/cpp/config.status
@@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/support/cpp'
+ac_pwd='/home/xavier/sdcc_gas/support/cpp'
srcdir='.'
AWK='gawk'
test -n "$AWK" || AWK=awk
@@ -679,7 +679,7 @@ S["build_install_headers_dir"]="install-headers-tar"
S["build_exeext"]=""
S["all_stagestuff"]=""
S["WALL_FLAG"]="-Wall"
-S["objdir"]="/home/xavier/sdcc/support/cpp"
+S["objdir"]="/home/xavier/sdcc_gas/support/cpp"
S["target_subdir"]=""
S["host_canonical"]=""
S["build_canonical"]=""
diff --git a/support/regression/Makefile b/support/regression/Makefile
index 28d69a8..88a7520 100644
--- a/support/regression/Makefile
+++ b/support/regression/Makefile
@@ -41,7 +41,7 @@
.SILENT:
CC = gcc
-CFLAGS = -pipe -ggdb -g -O2
+CFLAGS = -pipe -ggdb -g -Og
CPPFLAGS = -DNO_VARARGS
EXEEXT =
PYTHON = python3.6
diff --git a/support/regression/ports/host/spec.mk b/support/regression/ports/host/spec.mk
index 650af25..1f25528 100644
--- a/support/regression/ports/host/spec.mk
+++ b/support/regression/ports/host/spec.mk
@@ -1,6 +1,6 @@
# Port specification for compiling on the host machines version of gcc
SDCC = gcc
-SDCCFLAGS = -pipe -ggdb -g -O2 --std=c99 $(CPPFLAGS) -DPORT_HOST=1 -DREENTRANT= -I$(top_builddir) -I$(top_srcdir)
+SDCCFLAGS = -pipe -ggdb -g -Og --std=c99 $(CPPFLAGS) -DPORT_HOST=1 -DREENTRANT= -I$(top_builddir) -I$(top_srcdir)
SDLDFLAGS =
# disable all warnings:
SDCCFLAGS+= -w
diff --git a/support/sdbinutils/bfd/Makefile b/support/sdbinutils/bfd/Makefile
index 4815d47..bc19a8b 100644
--- a/support/sdbinutils/bfd/Makefile
+++ b/support/sdbinutils/bfd/Makefile
@@ -193,12 +193,12 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
-ACLOCAL = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11
AMTAR = $${TAR-tar}
AR = ar
-AUTOCONF = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11
AWK = gawk
BFD_HOSTPTR_T = unsigned long
BFD_HOST_64BIT_LONG = 1
@@ -291,10 +291,10 @@ WARN_CFLAGS = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack
WARN_CFLAGS_FOR_BUILD = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
WARN_WRITE_STRINGS = -Wwrite-strings
XGETTEXT = /usr/bin/xgettext
-abs_builddir = /home/xavier/sdcc/support/sdbinutils/bfd
-abs_srcdir = /home/xavier/sdcc/support/sdbinutils/bfd
-abs_top_builddir = /home/xavier/sdcc/support/sdbinutils/bfd
-abs_top_srcdir = /home/xavier/sdcc/support/sdbinutils/bfd
+abs_builddir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
+abs_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
+abs_top_builddir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
+abs_top_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
ac_ct_CC =
ac_ct_DUMPBIN =
all_backends = $(BFD32_BACKENDS)
@@ -336,7 +336,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh
+install_sh = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
diff --git a/support/sdbinutils/bfd/config.log b/support/sdbinutils/bfd/config.log
index fd35ee3..50aff7d 100644
--- a/support/sdbinutils/bfd/config.log
+++ b/support/sdbinutils/bfd/config.log
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
It was created by bfd configure 2.30, which was
generated by GNU Autoconf 2.64. Invocation command line was
- $ /home/xavier/sdcc/support/sdbinutils/bfd/configure --srcdir=.././bfd --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
+ $ /home/xavier/sdcc_gas/support/sdbinutils/bfd/configure --srcdir=.././bfd --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
## --------- ##
## Platform. ##
@@ -446,8 +446,8 @@ configure:11101: checking how to hardcode library paths into programs
configure:11126: result: immediate
configure:11220: checking for shl_load
configure:11220: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccEk3ABQ.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/bfd/conftest.c:62: undefined reference to `shl_load'
+/tmp/cchpnxbQ.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/bfd/conftest.c:62: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:11220: $? = 1
configure: failed program was:
@@ -568,8 +568,8 @@ configure: failed program was:
configure:11258: result: no
configure:11263: checking for dlopen
configure:11263: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccs9fRiY.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/bfd/conftest.c:62: undefined reference to `dlopen'
+/tmp/ccTBAFPX.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/bfd/conftest.c:62: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11263: $? = 1
configure: failed program was:
@@ -649,8 +649,8 @@ configure:11503: $? = 0
configure:11521: result: yes
configure:11526: checking whether a statically linked program can dlopen itself
configure:11606: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -static-libstdc++ -static-libgcc -Wl,--export-dynamic -static conftest.c -ldl >&5
-/tmp/ccZqUju8.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/bfd/configure:11586: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
+/tmp/ccyYkXQb.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/bfd/configure:11586: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:11609: $? = 0
conftest: undefined symbol: _fnord
configure:11627: result: no
@@ -738,8 +738,8 @@ configure: failed program was:
configure:11802: result: no
configure:11829: checking for library containing dlopen
configure:11860: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccODYmxf.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/bfd/conftest.c:40: undefined reference to `dlopen'
+/tmp/cc3GX9Db.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/bfd/conftest.c:40: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11860: $? = 1
configure: failed program was:
@@ -1736,15 +1736,15 @@ lt_cv_sys_max_cmd_len=1572864
## Output variables. ##
## ----------------- ##
-ACLOCAL='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11'
+ACLOCAL='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
-AUTOCONF='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf'
-AUTOHEADER='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader'
-AUTOMAKE='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11'
+AUTOCONF='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11'
AWK='gawk'
BFD_HOSTPTR_T='unsigned long'
BFD_HOST_64BIT_LONG='1'
@@ -1887,7 +1887,7 @@ host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
-install_sh='${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh'
+install_sh='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
diff --git a/support/sdbinutils/bfd/config.status b/support/sdbinutils/bfd/config.status
index 3b2395d..06ac3f9 100755
--- a/support/sdbinutils/bfd/config.status
+++ b/support/sdbinutils/bfd/config.status
@@ -439,14 +439,14 @@ Report bugs to the package provider."
ac_cs_version="\
bfd config.status 2.30
-configured by /home/xavier/sdcc/support/sdbinutils/bfd/configure, generated by GNU Autoconf 2.64,
+configured by /home/xavier/sdcc_gas/support/sdbinutils/bfd/configure, generated by GNU Autoconf 2.64,
with options \"'--srcdir=.././bfd' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc '\"
Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/support/sdbinutils/bfd'
+ac_pwd='/home/xavier/sdcc_gas/support/sdbinutils/bfd'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='/bin/mkdir -p'
@@ -520,7 +520,7 @@ if $ac_cs_silent; then
fi
if $ac_cs_recheck; then
- set X '/bin/bash' '/home/xavier/sdcc/support/sdbinutils/bfd/configure' '--srcdir=.././bfd' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' $ac_configure_extra_args --no-create --no-recursion
+ set X '/bin/bash' '/home/xavier/sdcc_gas/support/sdbinutils/bfd/configure' '--srcdir=.././bfd' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
CONFIG_SHELL='/bin/bash'
@@ -942,12 +942,12 @@ S["mkdir_p"]="/bin/mkdir -p"
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="strip"
-S["install_sh"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh"
+S["install_sh"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh"
S["MAKEINFO"]="makeinfo --split-size=5000000"
-S["AUTOHEADER"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader"
-S["AUTOMAKE"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11"
-S["AUTOCONF"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf"
-S["ACLOCAL"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11"
+S["AUTOHEADER"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader"
+S["AUTOMAKE"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11"
+S["AUTOCONF"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf"
+S["ACLOCAL"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11"
S["VERSION"]="2.30"
S["PACKAGE"]="bfd"
S["CYGPATH_W"]="echo"
diff --git a/support/sdbinutils/bfd/doc/Makefile b/support/sdbinutils/bfd/doc/Makefile
index 872ca50..bfb352a 100644
--- a/support/sdbinutils/bfd/doc/Makefile
+++ b/support/sdbinutils/bfd/doc/Makefile
@@ -153,12 +153,12 @@ am__uninstall_files_from_dir = { \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
-ACLOCAL = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11
AMTAR = $${TAR-tar}
AR = ar
-AUTOCONF = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11
AWK = gawk
BFD_HOSTPTR_T = unsigned long
BFD_HOST_64BIT_LONG = 1
@@ -251,10 +251,10 @@ WARN_CFLAGS = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack
WARN_CFLAGS_FOR_BUILD = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
WARN_WRITE_STRINGS = -Wwrite-strings
XGETTEXT = /usr/bin/xgettext
-abs_builddir = /home/xavier/sdcc/support/sdbinutils/bfd/doc
-abs_srcdir = /home/xavier/sdcc/support/sdbinutils/bfd/doc
-abs_top_builddir = /home/xavier/sdcc/support/sdbinutils/bfd
-abs_top_srcdir = /home/xavier/sdcc/support/sdbinutils/bfd
+abs_builddir = /home/xavier/sdcc_gas/support/sdbinutils/bfd/doc
+abs_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/bfd/doc
+abs_top_builddir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
+abs_top_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/bfd
ac_ct_CC =
ac_ct_DUMPBIN =
all_backends = $(BFD32_BACKENDS)
@@ -291,7 +291,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh
+install_sh = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
diff --git a/support/sdbinutils/binutils/Makefile b/support/sdbinutils/binutils/Makefile
index 07f2a9d..0765944 100644
--- a/support/sdbinutils/binutils/Makefile
+++ b/support/sdbinutils/binutils/Makefile
@@ -296,13 +296,13 @@ CTAGS = ctags
DEJATOOL = $(PACKAGE)
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
DIST_SUBDIRS = $(SUBDIRS)
-ACLOCAL = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11
ALLOCA =
AMTAR = $${TAR-tar}
AR = ar
-AUTOCONF = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11
AWK = gawk
BUILD_DLLTOOL =
BUILD_DLLWRAP =
@@ -403,10 +403,10 @@ WARN_WRITE_STRINGS = -Wwrite-strings
XGETTEXT = /usr/bin/xgettext
YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo bison -y; fi`
YFLAGS = -d
-abs_builddir = /home/xavier/sdcc/support/sdbinutils/binutils
-abs_srcdir = /home/xavier/sdcc/support/sdbinutils/binutils
-abs_top_builddir = /home/xavier/sdcc/support/sdbinutils/binutils
-abs_top_srcdir = /home/xavier/sdcc/support/sdbinutils/binutils
+abs_builddir = /home/xavier/sdcc_gas/support/sdbinutils/binutils
+abs_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/binutils
+abs_top_builddir = /home/xavier/sdcc_gas/support/sdbinutils/binutils
+abs_top_srcdir = /home/xavier/sdcc_gas/support/sdbinutils/binutils
ac_ct_CC =
ac_ct_DUMPBIN =
am__include = include
@@ -434,7 +434,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh
+install_sh = ${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
diff --git a/support/sdbinutils/binutils/config.log b/support/sdbinutils/binutils/config.log
index 9ba0e47..acf2bd7 100644
--- a/support/sdbinutils/binutils/config.log
+++ b/support/sdbinutils/binutils/config.log
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
It was created by binutils configure 2.30, which was
generated by GNU Autoconf 2.64. Invocation command line was
- $ /home/xavier/sdcc/support/sdbinutils/binutils/configure --srcdir=.././binutils --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
+ $ /home/xavier/sdcc_gas/support/sdbinutils/binutils/configure --srcdir=.././binutils --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
## --------- ##
## Platform. ##
@@ -530,8 +530,8 @@ configure: failed program was:
configure:11598: result: no
configure:11625: checking for library containing dlopen
configure:11656: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccR0LOOX.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/binutils/conftest.c:40: undefined reference to `dlopen'
+/tmp/ccKQdEnW.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/binutils/conftest.c:40: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11656: $? = 1
configure: failed program was:
@@ -597,12 +597,12 @@ configure:12228: checking lex output file root
configure:12242: result: lex.yy
configure:12247: checking lex library
configure:12261: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c -ldl >&5
-/tmp/cc0MW179.o: In function `input':
-/home/xavier/sdcc/support/sdbinutils/binutils/lex.yy.c:1179: undefined reference to `yywrap'
-/tmp/cc0MW179.o: In function `yylex':
-/home/xavier/sdcc/support/sdbinutils/binutils/lex.yy.c:870: undefined reference to `yywrap'
-/tmp/cc0MW179.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/binutils/conftest.l:16: undefined reference to `yywrap'
+/tmp/ccN9K1u9.o: In function `input':
+/home/xavier/sdcc_gas/support/sdbinutils/binutils/lex.yy.c:1179: undefined reference to `yywrap'
+/tmp/ccN9K1u9.o: In function `yylex':
+/home/xavier/sdcc_gas/support/sdbinutils/binutils/lex.yy.c:870: undefined reference to `yywrap'
+/tmp/ccN9K1u9.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/binutils/conftest.l:16: undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:12261: $? = 1
configure: failed program was:
@@ -2629,8 +2629,8 @@ configure:13244: $? = 0
configure:13244: result: yes
configure:13244: checking for setmode
configure:13244: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c -ldl >&5
-/tmp/cc5KdxjQ.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/binutils/conftest.c:86: undefined reference to `setmode'
+/tmp/ccxYHeVj.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/binutils/conftest.c:86: undefined reference to `setmode'
collect2: error: ld returned 1 exit status
configure:13244: $? = 1
configure: failed program was:
@@ -3020,16 +3020,16 @@ lt_cv_sys_max_cmd_len=1572864
## Output variables. ##
## ----------------- ##
-ACLOCAL='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11'
+ACLOCAL='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
-AUTOCONF='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf'
-AUTOHEADER='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader'
-AUTOMAKE='${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11'
+AUTOCONF='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11'
AWK='gawk'
BUILD_DLLTOOL=''
BUILD_DLLWRAP=''
@@ -3163,7 +3163,7 @@ host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
-install_sh='${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh'
+install_sh='${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
diff --git a/support/sdbinutils/binutils/config.status b/support/sdbinutils/binutils/config.status
index 07fb62e..41f5c99 100755
--- a/support/sdbinutils/binutils/config.status
+++ b/support/sdbinutils/binutils/config.status
@@ -439,14 +439,14 @@ Report bugs to the package provider."
ac_cs_version="\
binutils config.status 2.30
-configured by /home/xavier/sdcc/support/sdbinutils/binutils/configure, generated by GNU Autoconf 2.64,
+configured by /home/xavier/sdcc_gas/support/sdbinutils/binutils/configure, generated by GNU Autoconf 2.64,
with options \"'--srcdir=.././binutils' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'YACC=bison -y'\"
Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/support/sdbinutils/binutils'
+ac_pwd='/home/xavier/sdcc_gas/support/sdbinutils/binutils'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='/bin/mkdir -p'
@@ -520,7 +520,7 @@ if $ac_cs_silent; then
fi
if $ac_cs_recheck; then
- set X '/bin/bash' '/home/xavier/sdcc/support/sdbinutils/binutils/configure' '--srcdir=.././binutils' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'YACC=bison -y' $ac_configure_extra_args --no-create --no-recursion
+ set X '/bin/bash' '/home/xavier/sdcc_gas/support/sdbinutils/binutils/configure' '--srcdir=.././binutils' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'YACC=bison -y' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
CONFIG_SHELL='/bin/bash'
@@ -905,12 +905,12 @@ S["mkdir_p"]="/bin/mkdir -p"
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="strip"
-S["install_sh"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/install-sh"
+S["install_sh"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/install-sh"
S["MAKEINFO"]="makeinfo --split-size=5000000"
-S["AUTOHEADER"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoheader"
-S["AUTOMAKE"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run automake-1.11"
-S["AUTOCONF"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run autoconf"
-S["ACLOCAL"]="${SHELL} /home/xavier/sdcc/support/sdbinutils/missing --run aclocal-1.11"
+S["AUTOHEADER"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoheader"
+S["AUTOMAKE"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run automake-1.11"
+S["AUTOCONF"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run autoconf"
+S["ACLOCAL"]="${SHELL} /home/xavier/sdcc_gas/support/sdbinutils/missing --run aclocal-1.11"
S["VERSION"]="2.30"
S["PACKAGE"]="binutils"
S["CYGPATH_W"]="echo"
diff --git a/support/sdbinutils/config.status b/support/sdbinutils/config.status
index 0cd24d9..97d1cf9 100755
--- a/support/sdbinutils/config.status
+++ b/support/sdbinutils/config.status
@@ -436,7 +436,7 @@ Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/support/sdbinutils'
+ac_pwd='/home/xavier/sdcc_gas/support/sdbinutils'
srcdir='.'
INSTALL='/usr/bin/install -c'
AWK='gawk'
diff --git a/support/sdbinutils/libiberty/config.log b/support/sdbinutils/libiberty/config.log
index 01b105f..f95264e 100644
--- a/support/sdbinutils/libiberty/config.log
+++ b/support/sdbinutils/libiberty/config.log
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was
- $ /home/xavier/sdcc/support/sdbinutils/libiberty/configure --srcdir=.././libiberty --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
+ $ /home/xavier/sdcc_gas/support/sdbinutils/libiberty/configure --srcdir=.././libiberty --cache-file=./config.cache --with-system-zlib --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port --cache-file=/dev/null --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
## --------- ##
## Platform. ##
@@ -1636,8 +1636,8 @@ configure:6399: $? = 0
configure:6399: result: yes
configure:6399: checking for tmpnam
configure:6399: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccUqOd3c.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:135: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
+/tmp/ccorncyS.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:135: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:6399: $? = 0
configure:6399: result: yes
configure:6399: checking for vasprintf
@@ -1678,8 +1678,8 @@ configure:6399: $? = 0
configure:6399: result: yes
configure:6399: checking for setproctitle
configure:6399: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccCSqVLF.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:142: undefined reference to `setproctitle'
+/tmp/ccQHV6r6.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:142: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:6399: $? = 1
configure: failed program was:
@@ -2113,8 +2113,8 @@ configure:6581: checking for working vfork
configure:6691: result: yes
configure:6750: checking for _doprnt
configure:6750: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccx0xK1N.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:147: undefined reference to `_doprnt'
+/tmp/ccFf3YAq.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:147: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:6750: $? = 1
configure: failed program was:
@@ -2271,14 +2271,14 @@ configure: failed program was:
configure:6750: result: no
configure:6762: checking for sys_errlist
configure:6781: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccvR4lsU.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:117: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
+/tmp/cc4L6P1v.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:117: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
configure:6781: $? = 0
configure:6791: result: yes
configure:6762: checking for sys_nerr
configure:6781: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/cce5zwLV.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:118: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
+/tmp/ccBGIFQx.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:118: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
configure:6781: $? = 0
configure:6791: result: yes
configure:6762: checking for sys_siglist
@@ -2439,8 +2439,8 @@ configure:6834: $? = 0
configure:6834: result: yes
configure:6834: checking for getsysinfo
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/cc2lqXnr.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:155: undefined reference to `getsysinfo'
+/tmp/cc1JovIX.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:155: undefined reference to `getsysinfo'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -2615,8 +2615,8 @@ configure:6834: $? = 0
configure:6834: result: yes
configure:6834: checking for pstat_getdynamic
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccuSBNiA.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:158: undefined reference to `pstat_getdynamic'
+/tmp/cc340Ilb.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:158: undefined reference to `pstat_getdynamic'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -2784,8 +2784,8 @@ configure: failed program was:
configure:6834: result: no
configure:6834: checking for pstat_getstatic
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccdMpg5C.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:158: undefined reference to `pstat_getstatic'
+/tmp/ccl0EJW4.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:158: undefined reference to `pstat_getstatic'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -2965,8 +2965,8 @@ configure:6834: $? = 0
configure:6834: result: yes
configure:6834: checking for spawnve
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccLCMZTR.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:161: undefined reference to `spawnve'
+/tmp/cc1vMM4g.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:161: undefined reference to `spawnve'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -3137,8 +3137,8 @@ configure: failed program was:
configure:6834: result: no
configure:6834: checking for spawnvpe
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/cccvQS7X.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:161: undefined reference to `spawnvpe'
+/tmp/ccsuZkWl.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:161: undefined reference to `spawnvpe'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -3325,8 +3325,8 @@ configure:6834: $? = 0
configure:6834: result: yes
configure:6834: checking for sysmp
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/ccGDW0V3.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:165: undefined reference to `sysmp'
+/tmp/ccBl7AaF.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:165: undefined reference to `sysmp'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -3501,8 +3501,8 @@ configure: failed program was:
configure:6834: result: no
configure:6834: checking for table
configure:6834: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
-/tmp/cc7GpYN6.o: In function `main':
-/home/xavier/sdcc/support/sdbinutils/libiberty/conftest.c:165: undefined reference to `table'
+/tmp/ccQyNNMG.o: In function `main':
+/home/xavier/sdcc_gas/support/sdbinutils/libiberty/conftest.c:165: undefined reference to `table'
collect2: error: ld returned 1 exit status
configure:6834: $? = 1
configure: failed program was:
@@ -4308,21 +4308,3 @@ on xavier-asus
config.status:1010: creating config.h
config.status:1195: executing default commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.64. Invocation command line was
-
- CONFIG_FILES =
- CONFIG_HEADERS = config.h:./config.in
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
-
-on xavier-asus
-
-config.status:1010: creating config.h
-config.status:1195: executing default commands
diff --git a/support/sdbinutils/libiberty/config.status b/support/sdbinutils/libiberty/config.status
index 0e1b0a3..70e1d16 100755
--- a/support/sdbinutils/libiberty/config.status
+++ b/support/sdbinutils/libiberty/config.status
@@ -439,14 +439,14 @@ Report bugs to the package provider."
ac_cs_version="\
config.status
-configured by /home/xavier/sdcc/support/sdbinutils/libiberty/configure, generated by GNU Autoconf 2.64,
+configured by /home/xavier/sdcc_gas/support/sdbinutils/libiberty/configure, generated by GNU Autoconf 2.64,
with options \"'--srcdir=.././libiberty' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc '\"
Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/home/xavier/sdcc/support/sdbinutils/libiberty'
+ac_pwd='/home/xavier/sdcc_gas/support/sdbinutils/libiberty'
srcdir='.'
INSTALL='/usr/bin/install -c'
test -n "$AWK" || AWK=awk
@@ -518,7 +518,7 @@ if $ac_cs_silent; then
fi
if $ac_cs_recheck; then
- set X '/bin/bash' '/home/xavier/sdcc/support/sdbinutils/libiberty/configure' '--srcdir=.././libiberty' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' $ac_configure_extra_args --no-create --no-recursion
+ set X '/bin/bash' '/home/xavier/sdcc_gas/support/sdbinutils/libiberty/configure' '--srcdir=.././libiberty' '--cache-file=./config.cache' '--with-system-zlib' '--prefix=/usr/local' '--disable-mcs51-port' '--disable-z80-port' '--disable-z180-port' '--disable-r2k-port' '--disable-r3ka-port' '--disable-gbz80-port' '--disable-tlcs90-port' '--disable-ez80_z80-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-hc08-port' '--disable-s08-port' '--disable-pdk13-port' '--disable-pdk14-port' '--disable-pdk15-port' '--enable-pdk16-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' '--disable-pdk16-port' '--cache-file=/dev/null' '--program-transform-name=s,y,y,' '--disable-option-checking' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
CONFIG_SHELL='/bin/bash'